#92A5F3

Color #92A5F3 Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #92A5F3

Tints of Portage #92A5F3

Color information

#92A5F3 (or 0x92A5F3) is unknown color: approx Portage. HEX triplet: 92, A5 and F3. RGB value is (146,165,243). Sum of RGB (Red+Green+Blue) = 146+165+243=554 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.35% from 554); Green value is 165 (64.84% from 255 or 29.78% from 554); Blue value is 243 (95.31% from 255 or 43.86% from 554); Max value from RGB is 243 - color contains mainly: blue. Hex color #92A5F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92A5F3 is #6D5A0C. Grayscale: #A7A7A7. Windows color (decimal): -7166477 or 15967634. OLE color: 15967634.

HSL color Cylindrical-coordinate representation of color #92A5F3: hue angle of 228.25º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92A5F3 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB146165243-
CMYK0.400.3200.05
HSL228.25º80.17%76.27%-
HSV(B)228.25º39.92%95.29%-
XYZ41.4939.4990.23-
YUV168.21170.21112.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 26.35%
GREEN value IS 165 (64.84% from 255) = 29.78%
BLUE value IS 243 (95.31% from 255) = 43.86%
R=26.35%
G=29.78%
B=43.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1461652430.400.3200.05228.2580.1776.27
Hex92A5F3282005e4504c
Octal222245363504005344120114
Binary10010010101001011111001110100010000001011110010010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92A5F3; }

 p { color: rgb(146,165,243); }

 H1.HeaderClassName
 {
   color: #92A5F3;
 }
 .AnyTagClassName
 {
   color: #92A5F3;
 }
</style>
background-color css

<style>
 a { background-color: #92A5F3; }

 a { background-color: rgb(146,165,243); }

 div.DivClassName
 {
   background-color: #92A5F3;
 }
 .BgClassName
 {
   background-color: #92A5F3;
 }
</style>
border-color css

<style>
 span { border-color: #92A5F3; }

 span { border-color: rgb(146,165,243); }

 td.TdClassName
 {
   border-color: #92A5F3;
 }
 .TagClassName
 {
   border-color: #92A5F3;
 }
</style>