Html Css Color HEX #92ABE8 Portage

📋 copy color: '#92ABE8'

red 146 ◦ green 171 ◦ blue 232

#92ABE8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portage #92ABE8

Tints of Portage #92ABE8

RGB

 RED value IS 146 (57.42% from 255) = 26.59%

 GREEN value IS 171 (67.19% from 255) = 31.15%

 BLUE value IS 232 (91.02% from 255) = 42.26%

R = 26.59%
G = 31.15%
B = 42.26%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#92ABE8 (or 0x92ABE8) is known color: Portage. HEX triplet: 92, AB and E8. RGB value is (146,171,232). Sum of RGB (Red+Green+Blue) = 146+171+232=549 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.59% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 232 (91.02% from 255 or 42.26% from 549); Max value from RGB is 232 - color contains mainly: blue. Hex color #92ABE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92ABE8 is #6D5417. Grayscale: #AAAAAA. Windows color (decimal): -7164952 or 15248274. OLE color: 15248274.

HSL color Cylindrical-coordinate representation of color #92ABE8: hue angle of 222.56º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92ABE8 is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 146 171 232 -
CMYK 0.37 0.26 0 0.09
HSL 222.56º 0.65% 0.74% -
HSV(B) 222.56º 0.37% 0.91% -
XYZ 40.98 41.06 82.11 -
YUV 170.48 162.72 110.54 -
System Red Green Blue C M Y K H S L
Decimal 146 171 232 0.37 0.26 0 0.09 222.56 0.65 0.74
Hex 92 AB E8 25 1A 0 9 DF 41 4A
Octal 222 253 350 45 32 0 11 337 101 112
Binary 10010010 10101011 11101000 100101 11010 0 1001 11011111 1000001 1001010

Color Harmonies of #92ABE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92ABE8

Black with #92ABE8

Text Example


Text Example

White with #92ABE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,171,232); }

 H1.HeaderClassName
 {
   color: #92ABE8;
 }
 .AnyTagClassName
 {
   color: #92ABE8;
 }
</style>

background-color css

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

 a { background-color: rgb(146,171,232); }

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

border-color css

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

 span { border-color: rgb(146,171,232); }

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