Html Css Color HEX #999BFA Portage

📋 copy color: '#999BFA'

red 153 ◦ green 155 ◦ blue 250

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

Shades of Portage #999BFA

Tints of Portage #999BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.8%

R = 27.42%
G = 27.78%
B = 44.8%

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

#999BFA (or 0x999BFA) is known color: Portage. HEX triplet: 99, 9B and FA. RGB value is (153,155,250). Sum of RGB (Red+Green+Blue) = 153+155+250=558 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.42% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #999BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999BFA is #666405. Grayscale: #A4A4A4. Windows color (decimal): -6710278 or 16423833. OLE color: 16423833.

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

Color convert

RGB 153 155 250 -
CMYK 0.39 0.38 0 0.02
HSL 238.76º 0.91% 0.79% -
HSV(B) 238.76º 0.39% 0.98% -
XYZ 42.11 37.12 95.39 -
YUV 165.23 175.84 119.28 -
System Red Green Blue C M Y K H S L
Decimal 153 155 250 0.39 0.38 0 0.02 238.76 0.91 0.79
Hex 99 9B FA 27 26 0 2 EF 5B 4F
Octal 231 233 372 47 46 0 2 357 133 117
Binary 10011001 10011011 11111010 100111 100110 0 10 11101111 1011011 1001111

Color Harmonies of #999BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999BFA

Black with #999BFA

Text Example


Text Example

White with #999BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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