Html Css Color HEX #9595CB Blue Bell

📋 copy color: '#9595CB'

red 149 ◦ green 149 ◦ blue 203

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

Shades of Blue Bell #9595CB

Tints of Blue Bell #9595CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.52%

R = 29.74%
G = 29.74%
B = 40.52%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9595CB (or 0x9595CB) is known color: Blue Bell. HEX triplet: 95, 95 and CB. RGB value is (149,149,203). Sum of RGB (Red+Green+Blue) = 149+149+203=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #9595CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9595CB is #6A6A34. Grayscale: #9A9A9A. Windows color (decimal): -6974005 or 13342101. OLE color: 13342101.

HSL color Cylindrical-coordinate representation of color #9595CB: hue angle of 240º degrees, saturation: 0.34, 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 #9595CB is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 149 203 -
CMYK 0.27 0.27 0 0.20
HSL 240º 0.34% 0.69% -
HSV(B) 240º 0.27% 0.8% -
XYZ 33.92 32.2 60.93 -
YUV 155.16 155 123.61 -
System Red Green Blue C M Y K H S L
Decimal 149 149 203 0.27 0.27 0 0.20 240 0.34 0.69
Hex 95 95 CB 1B 1B 0 14 F0 22 45
Octal 225 225 313 33 33 0 24 360 42 105
Binary 10010101 10010101 11001011 11011 11011 0 10100 11110000 100010 1000101

Color Harmonies of #9595CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9595CB

Black with #9595CB

Text Example


Text Example

White with #9595CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9595CB; }

 p { color: rgb(149,149,203); }

 H1.HeaderClassName
 {
   color: #9595CB;
 }
 .AnyTagClassName
 {
   color: #9595CB;
 }
</style>

background-color css

<style>
 a { background-color: #9595CB; }

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

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

border-color css

<style>
 span { border-color: #9595CB; }

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

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