Html Css Color HEX #9999FF Portage

📋 copy color: '#9999FF'

red 153 ◦ green 153 ◦ blue 255

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

Shades of Portage #9999FF

Tints of Portage #9999FF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.27%

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

R = 27.27%
G = 27.27%
B = 45.45%

CMYK

 C value IS 0.4

 M value IS 0.4

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9999FF (or 0x9999FF) is known color: Portage. HEX triplet: 99, 99 and FF. RGB value is (153,153,255). Sum of RGB (Red+Green+Blue) = 153+153+255=561 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.27% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #9999FF is a web safe color. Inversed color of #9999FF is #666600. Grayscale: #A4A4A4. Windows color (decimal): -6710785 or 16751001. OLE color: 16751001.

HSL color Cylindrical-coordinate representation of color #9999FF: hue angle of 240º 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 #9999FF is Cyan = 0.4, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 153 153 255 -
CMYK 0.4 0.4 0 0
HSL 240º 1% 0.8% -
HSV(B) 240º 0.4% 1% -
XYZ 42.58 36.77 99.46 -
YUV 164.63 179 119.71 -
System Red Green Blue C M Y K H S L
Decimal 153 153 255 0.4 0.4 0 0 240 1 0.8
Hex 99 99 FF 28 28 0 0 F0 64 50
Octal 231 231 377 50 50 0 0 360 144 120
Binary 10011001 10011001 11111111 101000 101000 0 0 11110000 1100100 1010000

Color Harmonies of #9999FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9999FF

Black with #9999FF

Text Example


Text Example

White with #9999FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9999FF; }

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

 H1.HeaderClassName
 {
   color: #9999FF;
 }
 .AnyTagClassName
 {
   color: #9999FF;
 }
</style>

background-color css

<style>
 a { background-color: #9999FF; }

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

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

border-color css

<style>
 span { border-color: #9999FF; }

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

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