Html Css Color HEX #9595CE Blue Bell

📋 copy color: '#9595CE'

red 149 ◦ green 149 ◦ blue 206

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

Shades of Blue Bell #9595CE

Tints of Blue Bell #9595CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.87%

R = 29.56%
G = 29.56%
B = 40.87%

CMYK

 C value IS 0.28

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9595CE (or 0x9595CE) is known color: Blue Bell. HEX triplet: 95, 95 and CE. RGB value is (149,149,206). Sum of RGB (Red+Green+Blue) = 149+149+206=504 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.56% from 504); Green value is 149 (58.59% from 255 or 29.56% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #9595CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9595CE is #6A6A31. Grayscale: #9B9B9B. Windows color (decimal): -6974002 or 13538709. OLE color: 13538709.

HSL color Cylindrical-coordinate representation of color #9595CE: hue angle of 240º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9595CE is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 149 206 -
CMYK 0.28 0.28 0 0.19
HSL 240º 0.37% 0.7% -
HSV(B) 240º 0.28% 0.81% -
XYZ 34.28 32.34 62.83 -
YUV 155.5 156.5 123.37 -
System Red Green Blue C M Y K H S L
Decimal 149 149 206 0.28 0.28 0 0.19 240 0.37 0.7
Hex 95 95 CE 1C 1C 0 13 F0 25 46
Octal 225 225 316 34 34 0 23 360 45 106
Binary 10010101 10010101 11001110 11100 11100 0 10011 11110000 100101 1000110

Color Harmonies of #9595CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9595CE

Black with #9595CE

Text Example


Text Example

White with #9595CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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