Html Css Color HEX #9995D3 Blue Bell

📋 copy color: '#9995D3'

red 153 ◦ green 149 ◦ blue 211

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

Shades of Blue Bell #9995D3

Tints of Blue Bell #9995D3

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.04%

 BLUE value IS 211 (82.81% from 255) = 41.13%

R = 29.82%
G = 29.04%
B = 41.13%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#9995D3 (or 0x9995D3) is known color: Blue Bell. HEX triplet: 99, 95 and D3. RGB value is (153,149,211). Sum of RGB (Red+Green+Blue) = 153+149+211=513 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.82% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 211 (82.81% from 255 or 41.13% from 513); Max value from RGB is 211 - color contains mainly: blue. Hex color #9995D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9995D3 is #666A2C. Grayscale: #9D9D9D. Windows color (decimal): -6711853 or 13866393. OLE color: 13866393.

HSL color Cylindrical-coordinate representation of color #9995D3: hue angle of 243.87º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9995D3 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 153 149 211 -
CMYK 0.27 0.29 0 0.17
HSL 243.87º 0.41% 0.71% -
HSV(B) 243.87º 0.29% 0.83% -
XYZ 35.64 32.97 66.11 -
YUV 157.26 158.33 124.96 -
System Red Green Blue C M Y K H S L
Decimal 153 149 211 0.27 0.29 0 0.17 243.87 0.41 0.71
Hex 99 95 D3 1B 1D 0 11 F4 29 47
Octal 231 225 323 33 35 0 21 364 51 107
Binary 10011001 10010101 11010011 11011 11101 0 10001 11110100 101001 1000111

Color Harmonies of #9995D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9995D3

Black with #9995D3

Text Example


Text Example

White with #9995D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9995D3; }

 p { color: rgb(153,149,211); }

 H1.HeaderClassName
 {
   color: #9995D3;
 }
 .AnyTagClassName
 {
   color: #9995D3;
 }
</style>

background-color css

<style>
 a { background-color: #9995D3; }

 a { background-color: rgb(153,149,211); }

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

border-color css

<style>
 span { border-color: #9995D3; }

 span { border-color: rgb(153,149,211); }

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