Html Css Color HEX #999DF0 Portage

📋 copy color: '#999DF0'

red 153 ◦ green 157 ◦ blue 240

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

Shades of Portage #999DF0

Tints of Portage #999DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.64%

R = 27.82%
G = 28.55%
B = 43.64%

CMYK

 C value IS 0.36

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#999DF0 (or 0x999DF0) is known color: Portage. HEX triplet: 99, 9D and F0. RGB value is (153,157,240). Sum of RGB (Red+Green+Blue) = 153+157+240=550 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.82% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 240 (94.14% from 255 or 43.64% from 550); Max value from RGB is 240 - color contains mainly: blue. Hex color #999DF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999DF0 is #66620F. Grayscale: #A4A4A4. Windows color (decimal): -6709776 or 15768985. OLE color: 15768985.

HSL color Cylindrical-coordinate representation of color #999DF0: hue angle of 237.24º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #999DF0 is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 153 157 240 -
CMYK 0.36 0.35 0 0.06
HSL 237.24º 0.74% 0.77% -
HSV(B) 237.24º 0.36% 0.94% -
XYZ 40.92 37.18 87.46 -
YUV 165.27 170.17 119.25 -
System Red Green Blue C M Y K H S L
Decimal 153 157 240 0.36 0.35 0 0.06 237.24 0.74 0.77
Hex 99 9D F0 24 23 0 6 ED 4A 4D
Octal 231 235 360 44 43 0 6 355 112 115
Binary 10011001 10011101 11110000 100100 100011 0 110 11101101 1001010 1001101

Color Harmonies of #999DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999DF0

Black with #999DF0

Text Example


Text Example

White with #999DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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