Html Css Color HEX #999BFB Portage

📋 copy color: '#999BFB'

red 153 ◦ green 155 ◦ blue 251

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

Shades of Portage #999BFB

Tints of Portage #999BFB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.73%

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

R = 27.37%
G = 27.73%
B = 44.9%

CMYK

 C value IS 0.39

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#999BFB (or 0x999BFB) is known color: Portage. HEX triplet: 99, 9B and FB. RGB value is (153,155,251). Sum of RGB (Red+Green+Blue) = 153+155+251=559 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.37% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #999BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999BFB is #666404. Grayscale: #A4A4A4. Windows color (decimal): -6710277 or 16489369. OLE color: 16489369.

HSL color Cylindrical-coordinate representation of color #999BFB: hue angle of 238.78º 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 #999BFB is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 155 251 -
CMYK 0.39 0.38 0 0.02
HSL 238.78º 0.92% 0.79% -
HSV(B) 238.78º 0.39% 0.98% -
XYZ 42.27 37.18 96.22 -
YUV 165.35 176.34 119.19 -
System Red Green Blue C M Y K H S L
Decimal 153 155 251 0.39 0.38 0 0.02 238.78 0.92 0.79
Hex 99 9B FB 27 26 0 2 EF 5C 4F
Octal 231 233 373 47 46 0 2 357 134 117
Binary 10011001 10011011 11111011 100111 100110 0 10 11101111 1011100 1001111

Color Harmonies of #999BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999BFB

Black with #999BFB

Text Example


Text Example

White with #999BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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