#999DFD

Color #999DFD Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #999DFD

Tints of Portage #999DFD

Color information

#999DFD (or 0x999DFD) is unknown color: approx Portage. HEX triplet: 99, 9D and FD. RGB value is (153,157,253). Sum of RGB (Red+Green+Blue) = 153+157+253=563 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.18% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #999DFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999DFD is #666202. Grayscale: #A6A6A6. Windows color (decimal): -6709763 or 16620953. OLE color: 16620953.

HSL color Cylindrical-coordinate representation of color #999DFD: hue angle of 237.6º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #999DFD is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB153157253-
CMYK0.400.3800.01
HSL237.6º96.15%79.61%-
HSV(B)237.6º39.53%99.22%-
XYZ42.9237.9898-
YUV166.75176.67118.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.18%
GREEN value IS 157 (61.72% from 255) = 27.89%
BLUE value IS 253 (99.22% from 255) = 44.94%
R=27.18%
G=27.89%
B=44.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1531572530.400.3800.01237.696.1579.61
Hex999DFD282601ee6050
Octal231235375504601356140120
Binary100110011001110111111101101000100110011110111011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #999DFD;
 }
 .AnyTagClassName
 {
   color: #999DFD;
 }
</style>
background-color css

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

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

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

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

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

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