Html Css Color HEX #99A0EA Portage

📋 copy color: '#99A0EA'

red 153 ◦ green 160 ◦ blue 234

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

Shades of Portage #99A0EA

Tints of Portage #99A0EA

RGB

 RED value IS 153 (60.16% from 255) = 27.97%

 GREEN value IS 160 (62.89% from 255) = 29.25%

 BLUE value IS 234 (91.8% from 255) = 42.78%

R = 27.97%
G = 29.25%
B = 42.78%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#99A0EA (or 0x99A0EA) is known color: Portage. HEX triplet: 99, A0 and EA. RGB value is (153,160,234). Sum of RGB (Red+Green+Blue) = 153+160+234=547 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.97% from 547); Green value is 160 (62.89% from 255 or 29.25% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #99A0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99A0EA is #665F15. Grayscale: #A6A6A6. Windows color (decimal): -6709014 or 15376537. OLE color: 15376537.

HSL color Cylindrical-coordinate representation of color #99A0EA: hue angle of 234.81º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99A0EA is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 160 234 -
CMYK 0.35 0.32 0 0.08
HSL 234.81º 0.66% 0.76% -
HSV(B) 234.81º 0.35% 0.92% -
XYZ 40.56 37.85 83.01 -
YUV 166.34 166.18 118.48 -
System Red Green Blue C M Y K H S L
Decimal 153 160 234 0.35 0.32 0 0.08 234.81 0.66 0.76
Hex 99 A0 EA 23 20 0 8 EB 42 4C
Octal 231 240 352 43 40 0 10 353 102 114
Binary 10011001 10100000 11101010 100011 100000 0 1000 11101011 1000010 1001100

Color Harmonies of #99A0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A0EA

Black with #99A0EA

Text Example


Text Example

White with #99A0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99A0EA; }

 p { color: rgb(153,160,234); }

 H1.HeaderClassName
 {
   color: #99A0EA;
 }
 .AnyTagClassName
 {
   color: #99A0EA;
 }
</style>

background-color css

<style>
 a { background-color: #99A0EA; }

 a { background-color: rgb(153,160,234); }

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

border-color css

<style>
 span { border-color: #99A0EA; }

 span { border-color: rgb(153,160,234); }

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