Html Css Color HEX #999DFF Portage

📋 copy color: '#999DFF'

red 153 ◦ green 157 ◦ blue 255

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

Shades of Portage #999DFF

Tints of Portage #999DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.13%

R = 27.08%
G = 27.79%
B = 45.13%

CMYK

 C value IS 0.4

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#999DFF (or 0x999DFF) is known color: Portage. HEX triplet: 99, 9D and FF. RGB value is (153,157,255). Sum of RGB (Red+Green+Blue) = 153+157+255=565 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.08% from 565); Green value is 157 (61.72% from 255 or 27.79% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #999DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999DFF is #666200. Grayscale: #A6A6A6. Windows color (decimal): -6709761 or 16752025. OLE color: 16752025.

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

Color convert

RGB 153 157 255 -
CMYK 0.4 0.38 0 0
HSL 237.65º 1% 0.8% -
HSV(B) 237.65º 0.4% 1% -
XYZ 43.24 38.11 99.68 -
YUV 166.98 177.67 118.03 -
System Red Green Blue C M Y K H S L
Decimal 153 157 255 0.4 0.38 0 0 237.65 1 0.8
Hex 99 9D FF 28 26 0 0 EE 64 50
Octal 231 235 377 50 46 0 0 356 144 120
Binary 10011001 10011101 11111111 101000 100110 0 0 11101110 1100100 1010000

Color Harmonies of #999DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999DFF

Black with #999DFF

Text Example


Text Example

White with #999DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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