Html Css Color HEX #999FFB Portage

📋 copy color: '#999FFB'

red 153 ◦ green 159 ◦ blue 251

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

Shades of Portage #999FFB

Tints of Portage #999FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.58%

R = 27.18%
G = 28.24%
B = 44.58%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#999FFB (or 0x999FFB) is known color: Portage. HEX triplet: 99, 9F and FB. RGB value is (153,159,251). Sum of RGB (Red+Green+Blue) = 153+159+251=563 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.18% from 563); Green value is 159 (62.5% from 255 or 28.24% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #999FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999FFB is #666004. Grayscale: #A7A7A7. Windows color (decimal): -6709253 or 16490393. OLE color: 16490393.

HSL color Cylindrical-coordinate representation of color #999FFB: hue angle of 236.33º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #999FFB is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 159 251 -
CMYK 0.39 0.37 0 0.02
HSL 236.33º 0.92% 0.79% -
HSV(B) 236.33º 0.39% 0.98% -
XYZ 42.95 38.53 96.44 -
YUV 167.69 175.01 117.52 -
System Red Green Blue C M Y K H S L
Decimal 153 159 251 0.39 0.37 0 0.02 236.33 0.92 0.79
Hex 99 9F FB 27 25 0 2 EC 5C 4F
Octal 231 237 373 47 45 0 2 354 134 117
Binary 10011001 10011111 11111011 100111 100101 0 10 11101100 1011100 1001111

Color Harmonies of #999FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999FFB

Black with #999FFB

Text Example


Text Example

White with #999FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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