Html Css Color HEX #99A4EF Portage

📋 copy color: '#99A4EF'

red 153 ◦ green 164 ◦ blue 239

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

Shades of Portage #99A4EF

Tints of Portage #99A4EF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.5%

 BLUE value IS 239 (93.75% from 255) = 42.99%

R = 27.52%
G = 29.5%
B = 42.99%

CMYK

 C value IS 0.36

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#99A4EF (or 0x99A4EF) is known color: Portage. HEX triplet: 99, A4 and EF. RGB value is (153,164,239). Sum of RGB (Red+Green+Blue) = 153+164+239=556 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.52% from 556); Green value is 164 (64.45% from 255 or 29.50% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #99A4EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99A4EF is #665B10. Grayscale: #A8A8A8. Windows color (decimal): -6707985 or 15705241. OLE color: 15705241.

HSL color Cylindrical-coordinate representation of color #99A4EF: hue angle of 232.33º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99A4EF is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 153 164 239 -
CMYK 0.36 0.31 0 0.06
HSL 232.33º 0.73% 0.77% -
HSV(B) 232.33º 0.36% 0.94% -
XYZ 41.99 39.56 87.08 -
YUV 169.26 167.36 116.4 -
System Red Green Blue C M Y K H S L
Decimal 153 164 239 0.36 0.31 0 0.06 232.33 0.73 0.77
Hex 99 A4 EF 24 1F 0 6 E8 49 4D
Octal 231 244 357 44 37 0 6 350 111 115
Binary 10011001 10100100 11101111 100100 11111 0 110 11101000 1001001 1001101

Color Harmonies of #99A4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A4EF

Black with #99A4EF

Text Example


Text Example

White with #99A4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,164,239); }

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

background-color css

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

 a { background-color: rgb(153,164,239); }

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

border-color css

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

 span { border-color: rgb(153,164,239); }

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