Html Css Color HEX #9593CD Blue Bell

📋 copy color: '#9593CD'

red 149 ◦ green 147 ◦ blue 205

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

Shades of Blue Bell #9593CD

Tints of Blue Bell #9593CD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.34%

 BLUE value IS 205 (80.47% from 255) = 40.92%

R = 29.74%
G = 29.34%
B = 40.92%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9593CD (or 0x9593CD) is known color: Blue Bell. HEX triplet: 95, 93 and CD. RGB value is (149,147,205). Sum of RGB (Red+Green+Blue) = 149+147+205=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #9593CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9593CD is #6A6C32. Grayscale: #999999. Windows color (decimal): -6974515 or 13472661. OLE color: 13472661.

HSL color Cylindrical-coordinate representation of color #9593CD: hue angle of 242.07º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9593CD is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 147 205 -
CMYK 0.27 0.28 0 0.20
HSL 242.07º 0.37% 0.69% -
HSV(B) 242.07º 0.28% 0.8% -
XYZ 33.85 31.66 62.09 -
YUV 154.21 156.66 124.28 -
System Red Green Blue C M Y K H S L
Decimal 149 147 205 0.27 0.28 0 0.20 242.07 0.37 0.69
Hex 95 93 CD 1B 1C 0 14 F2 25 45
Octal 225 223 315 33 34 0 24 362 45 105
Binary 10010101 10010011 11001101 11011 11100 0 10100 11110010 100101 1000101

Color Harmonies of #9593CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9593CD

Black with #9593CD

Text Example


Text Example

White with #9593CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9593CD; }

 p { color: rgb(149,147,205); }

 H1.HeaderClassName
 {
   color: #9593CD;
 }
 .AnyTagClassName
 {
   color: #9593CD;
 }
</style>

background-color css

<style>
 a { background-color: #9593CD; }

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

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

border-color css

<style>
 span { border-color: #9593CD; }

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

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