Html Css Color HEX #9595DC Blue Bell

📋 copy color: '#9595DC'

red 149 ◦ green 149 ◦ blue 220

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

Shades of Blue Bell #9595DC

Tints of Blue Bell #9595DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.47%

R = 28.76%
G = 28.76%
B = 42.47%

CMYK

 C value IS 0.32

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9595DC (or 0x9595DC) is known color: Blue Bell. HEX triplet: 95, 95 and DC. RGB value is (149,149,220). Sum of RGB (Red+Green+Blue) = 149+149+220=518 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.76% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #9595DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9595DC is #6A6A23. Grayscale: #9C9C9C. Windows color (decimal): -6973988 or 14456213. OLE color: 14456213.

HSL color Cylindrical-coordinate representation of color #9595DC: hue angle of 240º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9595DC is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 149 220 -
CMYK 0.32 0.32 0 0.14
HSL 240º 0.5% 0.72% -
HSV(B) 240º 0.32% 0.86% -
XYZ 36.06 33.05 72.19 -
YUV 157.09 163.5 122.23 -
System Red Green Blue C M Y K H S L
Decimal 149 149 220 0.32 0.32 0 0.14 240 0.5 0.72
Hex 95 95 DC 20 20 0 E F0 32 48
Octal 225 225 334 40 40 0 16 360 62 110
Binary 10010101 10010101 11011100 100000 100000 0 1110 11110000 110010 1001000

Color Harmonies of #9595DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9595DC

Black with #9595DC

Text Example


Text Example

White with #9595DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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