Html Css Color HEX #999DF4 Portage

📋 copy color: '#999DF4'

red 153 ◦ green 157 ◦ blue 244

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

Shades of Portage #999DF4

Tints of Portage #999DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 44.04%

R = 27.62%
G = 28.34%
B = 44.04%

CMYK

 C value IS 0.37

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#999DF4 (or 0x999DF4) is known color: Portage. HEX triplet: 99, 9D and F4. RGB value is (153,157,244). Sum of RGB (Red+Green+Blue) = 153+157+244=554 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.62% from 554); Green value is 157 (61.72% from 255 or 28.34% from 554); Blue value is 244 (95.70% from 255 or 44.04% from 554); Max value from RGB is 244 - color contains mainly: blue. Hex color #999DF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999DF4 is #66620B. Grayscale: #A5A5A5. Windows color (decimal): -6709772 or 16031129. OLE color: 16031129.

HSL color Cylindrical-coordinate representation of color #999DF4: hue angle of 237.36º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #999DF4 is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 153 157 244 -
CMYK 0.37 0.36 0 0.04
HSL 237.36º 0.81% 0.78% -
HSV(B) 237.36º 0.37% 0.96% -
XYZ 41.52 37.42 90.62 -
YUV 165.72 172.17 118.93 -
System Red Green Blue C M Y K H S L
Decimal 153 157 244 0.37 0.36 0 0.04 237.36 0.81 0.78
Hex 99 9D F4 25 24 0 4 ED 51 4E
Octal 231 235 364 45 44 0 4 355 121 116
Binary 10011001 10011101 11110100 100101 100100 0 100 11101101 1010001 1001110

Color Harmonies of #999DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999DF4

Black with #999DF4

Text Example


Text Example

White with #999DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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