Html Css Color HEX #92ABE2 Portage

📋 copy color: '#92ABE2'

red 146 ◦ green 171 ◦ blue 226

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

Shades of Portage #92ABE2

Tints of Portage #92ABE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 41.62%

R = 26.89%
G = 31.49%
B = 41.62%

CMYK

 C value IS 0.35

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#92ABE2 (or 0x92ABE2) is known color: Portage. HEX triplet: 92, AB and E2. RGB value is (146,171,226). Sum of RGB (Red+Green+Blue) = 146+171+226=543 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.89% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 226 (88.67% from 255 or 41.62% from 543); Max value from RGB is 226 - color contains mainly: blue. Hex color #92ABE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ABE2 is #6D541D. Grayscale: #A9A9A9. Windows color (decimal): -7164958 or 14855058. OLE color: 14855058.

HSL color Cylindrical-coordinate representation of color #92ABE2: hue angle of 221.25º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92ABE2 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 146 171 226 -
CMYK 0.35 0.24 0 0.11
HSL 221.25º 0.58% 0.73% -
HSV(B) 221.25º 0.35% 0.89% -
XYZ 40.14 40.73 77.7 -
YUV 169.8 159.72 111.03 -
System Red Green Blue C M Y K H S L
Decimal 146 171 226 0.35 0.24 0 0.11 221.25 0.58 0.73
Hex 92 AB E2 23 18 0 B DD 3A 49
Octal 222 253 342 43 30 0 13 335 72 111
Binary 10010010 10101011 11100010 100011 11000 0 1011 11011101 111010 1001001

Color Harmonies of #92ABE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92ABE2

Black with #92ABE2

Text Example


Text Example

White with #92ABE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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