Html Css Color HEX #9D99FB Portage

📋 copy color: '#9D99FB'

red 157 ◦ green 153 ◦ blue 251

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

Shades of Portage #9D99FB

Tints of Portage #9D99FB

RGB

 RED value IS 157 (61.72% from 255) = 27.99%

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

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

R = 27.99%
G = 27.27%
B = 44.74%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9D99FB (or 0x9D99FB) is known color: Portage. HEX triplet: 9D, 99 and FB. RGB value is (157,153,251). Sum of RGB (Red+Green+Blue) = 157+153+251=561 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.99% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #9D99FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D99FB is #626604. Grayscale: #A4A4A4. Windows color (decimal): -6448645 or 16488861. OLE color: 16488861.

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

Color convert

RGB 157 153 251 -
CMYK 0.37 0.39 0 0.02
HSL 242.45º 0.92% 0.79% -
HSV(B) 242.45º 0.39% 0.98% -
XYZ 42.71 36.92 96.14 -
YUV 165.37 176.33 122.03 -
System Red Green Blue C M Y K H S L
Decimal 157 153 251 0.37 0.39 0 0.02 242.45 0.92 0.79
Hex 9D 99 FB 25 27 0 2 F2 5C 4F
Octal 235 231 373 45 47 0 2 362 134 117
Binary 10011101 10011001 11111011 100101 100111 0 10 11110010 1011100 1001111

Color Harmonies of #9D99FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D99FB

Black with #9D99FB

Text Example


Text Example

White with #9D99FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D99FB; }

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

 H1.HeaderClassName
 {
   color: #9D99FB;
 }
 .AnyTagClassName
 {
   color: #9D99FB;
 }
</style>

background-color css

<style>
 a { background-color: #9D99FB; }

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

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

border-color css

<style>
 span { border-color: #9D99FB; }

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

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