Html Css Color HEX #92ABE7 Portage

📋 copy color: '#92ABE7'

red 146 ◦ green 171 ◦ blue 231

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

Shades of Portage #92ABE7

Tints of Portage #92ABE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.15%

R = 26.64%
G = 31.2%
B = 42.15%

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

#92ABE7 (or 0x92ABE7) is known color: Portage. HEX triplet: 92, AB and E7. RGB value is (146,171,231). Sum of RGB (Red+Green+Blue) = 146+171+231=548 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.64% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 231 (90.62% from 255 or 42.15% from 548); Max value from RGB is 231 - color contains mainly: blue. Hex color #92ABE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92ABE7 is #6D5418. Grayscale: #AAAAAA. Windows color (decimal): -7164953 or 15182738. OLE color: 15182738.

HSL color Cylindrical-coordinate representation of color #92ABE7: hue angle of 222.35º degrees, saturation: 0.64, 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 #92ABE7 is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 146 171 231 -
CMYK 0.37 0.26 0 0.09
HSL 222.35º 0.64% 0.74% -
HSV(B) 222.35º 0.37% 0.91% -
XYZ 40.84 41.01 81.36 -
YUV 170.37 162.22 110.62 -
System Red Green Blue C M Y K H S L
Decimal 146 171 231 0.37 0.26 0 0.09 222.35 0.64 0.74
Hex 92 AB E7 25 1A 0 9 DE 40 4A
Octal 222 253 347 45 32 0 11 336 100 112
Binary 10010010 10101011 11100111 100101 11010 0 1001 11011110 1000000 1001010

Color Harmonies of #92ABE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92ABE7

Black with #92ABE7

Text Example


Text Example

White with #92ABE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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