Html Css Color HEX #999CDF Portage

📋 copy color: '#999CDF'

red 153 ◦ green 156 ◦ blue 223

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

Shades of Portage #999CDF

Tints of Portage #999CDF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.32%

 BLUE value IS 223 (87.5% from 255) = 41.92%

R = 28.76%
G = 29.32%
B = 41.92%

CMYK

 C value IS 0.31

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#999CDF (or 0x999CDF) is known color: Portage. HEX triplet: 99, 9C and DF. RGB value is (153,156,223). Sum of RGB (Red+Green+Blue) = 153+156+223=532 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.76% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #999CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999CDF is #666320. Grayscale: #A2A2A2. Windows color (decimal): -6710049 or 14654617. OLE color: 14654617.

HSL color Cylindrical-coordinate representation of color #999CDF: hue angle of 237.43º degrees, saturation: 0.52, 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 #999CDF is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 156 223 -
CMYK 0.31 0.30 0 0.13
HSL 237.43º 0.52% 0.74% -
HSV(B) 237.43º 0.31% 0.87% -
XYZ 38.34 35.88 74.72 -
YUV 162.74 162.01 121.05 -
System Red Green Blue C M Y K H S L
Decimal 153 156 223 0.31 0.30 0 0.13 237.43 0.52 0.74
Hex 99 9C DF 1F 1E 0 D ED 34 4A
Octal 231 234 337 37 36 0 15 355 64 112
Binary 10011001 10011100 11011111 11111 11110 0 1101 11101101 110100 1001010

Color Harmonies of #999CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999CDF

Black with #999CDF

Text Example


Text Example

White with #999CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,156,223); }

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

background-color css

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

 a { background-color: rgb(153,156,223); }

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

border-color css

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

 span { border-color: rgb(153,156,223); }

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