Html Css Color HEX #9995CC Blue Bell

📋 copy color: '#9995CC'

red 153 ◦ green 149 ◦ blue 204

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

Shades of Blue Bell #9995CC

Tints of Blue Bell #9995CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.32%

R = 30.24%
G = 29.45%
B = 40.32%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9995CC (or 0x9995CC) is known color: Blue Bell. HEX triplet: 99, 95 and CC. RGB value is (153,149,204). Sum of RGB (Red+Green+Blue) = 153+149+204=506 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.24% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #9995CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9995CC is #666A33. Grayscale: #9C9C9C. Windows color (decimal): -6711860 or 13407641. OLE color: 13407641.

HSL color Cylindrical-coordinate representation of color #9995CC: hue angle of 244.36º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9995CC is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 149 204 -
CMYK 0.25 0.27 0 0.2
HSL 244.36º 0.35% 0.69% -
HSV(B) 244.36º 0.27% 0.8% -
XYZ 34.78 32.63 61.59 -
YUV 156.47 154.83 125.53 -
System Red Green Blue C M Y K H S L
Decimal 153 149 204 0.25 0.27 0 0.2 244.36 0.35 0.69
Hex 99 95 CC 19 1B 0 14 F4 23 45
Octal 231 225 314 31 33 0 24 364 43 105
Binary 10011001 10010101 11001100 11001 11011 0 10100 11110100 100011 1000101

Color Harmonies of #9995CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9995CC

Black with #9995CC

Text Example


Text Example

White with #9995CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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