Html Css Color HEX #99A4DA Portage

📋 copy color: '#99A4DA'

red 153 ◦ green 164 ◦ blue 218

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

Shades of Portage #99A4DA

Tints of Portage #99A4DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.75%

R = 28.6%
G = 30.65%
B = 40.75%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#99A4DA (or 0x99A4DA) is known color: Portage. HEX triplet: 99, A4 and DA. RGB value is (153,164,218). Sum of RGB (Red+Green+Blue) = 153+164+218=535 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.60% from 535); Green value is 164 (64.45% from 255 or 30.65% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #99A4DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A4DA is #665B25. Grayscale: #A6A6A6. Windows color (decimal): -6708006 or 14328985. OLE color: 14328985.

HSL color Cylindrical-coordinate representation of color #99A4DA: hue angle of 229.85º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99A4DA is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 164 218 -
CMYK 0.30 0.25 0 0.15
HSL 229.85º 0.47% 0.73% -
HSV(B) 229.85º 0.3% 0.85% -
XYZ 39.07 38.39 71.68 -
YUV 166.87 156.86 118.11 -
System Red Green Blue C M Y K H S L
Decimal 153 164 218 0.30 0.25 0 0.15 229.85 0.47 0.73
Hex 99 A4 DA 1E 19 0 F E6 2F 49
Octal 231 244 332 36 31 0 17 346 57 111
Binary 10011001 10100100 11011010 11110 11001 0 1111 11100110 101111 1001001

Color Harmonies of #99A4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A4DA

Black with #99A4DA

Text Example


Text Example

White with #99A4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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