Html Css Color HEX #999DDE Portage

📋 copy color: '#999DDE'

red 153 ◦ green 157 ◦ blue 222

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

Shades of Portage #999DDE

Tints of Portage #999DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.73%

R = 28.76%
G = 29.51%
B = 41.73%

CMYK

 C value IS 0.31

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#999DDE (or 0x999DDE) is known color: Portage. HEX triplet: 99, 9D and DE. RGB value is (153,157,222). Sum of RGB (Red+Green+Blue) = 153+157+222=532 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.76% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #999DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999DDE is #666221. Grayscale: #A2A2A2. Windows color (decimal): -6709794 or 14589337. OLE color: 14589337.

HSL color Cylindrical-coordinate representation of color #999DDE: hue angle of 236.52º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #999DDE is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 157 222 -
CMYK 0.31 0.29 0 0.13
HSL 236.52º 0.51% 0.74% -
HSV(B) 236.52º 0.31% 0.87% -
XYZ 38.38 36.16 74.06 -
YUV 163.21 161.17 120.71 -
System Red Green Blue C M Y K H S L
Decimal 153 157 222 0.31 0.29 0 0.13 236.52 0.51 0.74
Hex 99 9D DE 1F 1D 0 D ED 33 4A
Octal 231 235 336 37 35 0 15 355 63 112
Binary 10011001 10011101 11011110 11111 11101 0 1101 11101101 110011 1001010

Color Harmonies of #999DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999DDE

Black with #999DDE

Text Example


Text Example

White with #999DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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