Html Css Color HEX #999DF5 Portage

📋 copy color: '#999DF5'

red 153 ◦ green 157 ◦ blue 245

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

Shades of Portage #999DF5

Tints of Portage #999DF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 44.14%

R = 27.57%
G = 28.29%
B = 44.14%

CMYK

 C value IS 0.38

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#999DF5 (or 0x999DF5) is known color: Portage. HEX triplet: 99, 9D and F5. RGB value is (153,157,245). Sum of RGB (Red+Green+Blue) = 153+157+245=555 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.57% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 245 (96.09% from 255 or 44.14% from 555); Max value from RGB is 245 - color contains mainly: blue. Hex color #999DF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999DF5 is #66620A. Grayscale: #A5A5A5. Windows color (decimal): -6709771 or 16096665. OLE color: 16096665.

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

Color convert

RGB 153 157 245 -
CMYK 0.38 0.36 0 0.04
HSL 237.39º 0.82% 0.78% -
HSV(B) 237.39º 0.38% 0.96% -
XYZ 41.68 37.48 91.42 -
YUV 165.84 172.67 118.84 -
System Red Green Blue C M Y K H S L
Decimal 153 157 245 0.38 0.36 0 0.04 237.39 0.82 0.78
Hex 99 9D F5 26 24 0 4 ED 52 4E
Octal 231 235 365 46 44 0 4 355 122 116
Binary 10011001 10011101 11110101 100110 100100 0 100 11101101 1010010 1001110

Color Harmonies of #999DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999DF5

Black with #999DF5

Text Example


Text Example

White with #999DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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