Html Css Color HEX #92ABE5 Portage

📋 copy color: '#92ABE5'

red 146 ◦ green 171 ◦ blue 229

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

Shades of Portage #92ABE5

Tints of Portage #92ABE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.94%

R = 26.74%
G = 31.32%
B = 41.94%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#92ABE5 (or 0x92ABE5) is known color: Portage. HEX triplet: 92, AB and E5. RGB value is (146,171,229). Sum of RGB (Red+Green+Blue) = 146+171+229=546 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.74% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #92ABE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ABE5 is #6D541A. Grayscale: #A9A9A9. Windows color (decimal): -7164955 or 15051666. OLE color: 15051666.

HSL color Cylindrical-coordinate representation of color #92ABE5: hue angle of 221.93º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92ABE5 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 146 171 229 -
CMYK 0.36 0.25 0 0.10
HSL 221.93º 0.61% 0.74% -
HSV(B) 221.93º 0.36% 0.9% -
XYZ 40.56 40.89 79.88 -
YUV 170.14 161.22 110.78 -
System Red Green Blue C M Y K H S L
Decimal 146 171 229 0.36 0.25 0 0.10 221.93 0.61 0.74
Hex 92 AB E5 24 19 0 A DE 3D 4A
Octal 222 253 345 44 31 0 12 336 75 112
Binary 10010010 10101011 11100101 100100 11001 0 1010 11011110 111101 1001010

Color Harmonies of #92ABE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92ABE5

Black with #92ABE5

Text Example


Text Example

White with #92ABE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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