Html Css Color HEX #9599CC Blue Bell

📋 copy color: '#9599CC'

red 149 ◦ green 153 ◦ blue 204

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

Shades of Blue Bell #9599CC

Tints of Blue Bell #9599CC

RGB

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

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

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

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

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9599CC (or 0x9599CC) is known color: Blue Bell. HEX triplet: 95, 99 and CC. RGB value is (149,153,204). Sum of RGB (Red+Green+Blue) = 149+153+204=506 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.45% from 506); Green value is 153 (60.16% from 255 or 30.24% 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 #9599CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9599CC is #6A6633. Grayscale: #9D9D9D. Windows color (decimal): -6972980 or 13408661. OLE color: 13408661.

HSL color Cylindrical-coordinate representation of color #9599CC: hue angle of 235.64º 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 #9599CC is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 149 153 204 -
CMYK 0.27 0.25 0 0.2
HSL 235.64º 0.35% 0.69% -
HSV(B) 235.64º 0.27% 0.8% -
XYZ 34.68 33.53 61.77 -
YUV 157.62 154.17 121.85 -
System Red Green Blue C M Y K H S L
Decimal 149 153 204 0.27 0.25 0 0.2 235.64 0.35 0.69
Hex 95 99 CC 1B 19 0 14 EC 23 45
Octal 225 231 314 33 31 0 24 354 43 105
Binary 10010101 10011001 11001100 11011 11001 0 10100 11101100 100011 1000101

Color Harmonies of #9599CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9599CC

Black with #9599CC

Text Example


Text Example

White with #9599CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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