Html Css Color HEX #999FEB Portage

📋 copy color: '#999FEB'

red 153 ◦ green 159 ◦ blue 235

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

Shades of Portage #999FEB

Tints of Portage #999FEB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.07%

 BLUE value IS 235 (92.19% from 255) = 42.96%

R = 27.97%
G = 29.07%
B = 42.96%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#999FEB (or 0x999FEB) is known color: Portage. HEX triplet: 99, 9F and EB. RGB value is (153,159,235). Sum of RGB (Red+Green+Blue) = 153+159+235=547 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.97% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #999FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999FEB is #666014. Grayscale: #A5A5A5. Windows color (decimal): -6709269 or 15441817. OLE color: 15441817.

HSL color Cylindrical-coordinate representation of color #999FEB: hue angle of 235.61º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #999FEB is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 159 235 -
CMYK 0.35 0.32 0 0.08
HSL 235.61º 0.67% 0.76% -
HSV(B) 235.61º 0.35% 0.92% -
XYZ 40.53 37.57 83.71 -
YUV 165.87 167.01 118.82 -
System Red Green Blue C M Y K H S L
Decimal 153 159 235 0.35 0.32 0 0.08 235.61 0.67 0.76
Hex 99 9F EB 23 20 0 8 EC 43 4C
Octal 231 237 353 43 40 0 10 354 103 114
Binary 10011001 10011111 11101011 100011 100000 0 1000 11101100 1000011 1001100

Color Harmonies of #999FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999FEB

Black with #999FEB

Text Example


Text Example

White with #999FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,159,235); }

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

background-color css

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

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

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

border-color css

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

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

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