Html Css Color HEX #999DEA Portage

📋 copy color: '#999DEA'

red 153 ◦ green 157 ◦ blue 234

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

Shades of Portage #999DEA

Tints of Portage #999DEA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.86%

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

R = 28.13%
G = 28.86%
B = 43.01%

CMYK

 C value IS 0.35

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#999DEA (or 0x999DEA) is known color: Portage. HEX triplet: 99, 9D and EA. RGB value is (153,157,234). Sum of RGB (Red+Green+Blue) = 153+157+234=544 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.12% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #999DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999DEA is #666215. Grayscale: #A4A4A4. Windows color (decimal): -6709782 or 15375769. OLE color: 15375769.

HSL color Cylindrical-coordinate representation of color #999DEA: hue angle of 237.04º 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 #999DEA is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 157 234 -
CMYK 0.35 0.33 0 0.08
HSL 237.04º 0.66% 0.76% -
HSV(B) 237.04º 0.35% 0.92% -
XYZ 40.05 36.83 82.84 -
YUV 164.58 167.17 119.74 -
System Red Green Blue C M Y K H S L
Decimal 153 157 234 0.35 0.33 0 0.08 237.04 0.66 0.76
Hex 99 9D EA 23 21 0 8 ED 42 4C
Octal 231 235 352 43 41 0 10 355 102 114
Binary 10011001 10011101 11101010 100011 100001 0 1000 11101101 1000010 1001100

Color Harmonies of #999DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999DEA

Black with #999DEA

Text Example


Text Example

White with #999DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999DEA; }

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

 H1.HeaderClassName
 {
   color: #999DEA;
 }
 .AnyTagClassName
 {
   color: #999DEA;
 }
</style>

background-color css

<style>
 a { background-color: #999DEA; }

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

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

border-color css

<style>
 span { border-color: #999DEA; }

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

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