Html Css Color HEX #9593CE Blue Bell

📋 copy color: '#9593CE'

red 149 ◦ green 147 ◦ blue 206

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

Shades of Blue Bell #9593CE

Tints of Blue Bell #9593CE

RGB

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

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

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

R = 29.68%
G = 29.28%
B = 41.04%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9593CE (or 0x9593CE) is known color: Blue Bell. HEX triplet: 95, 93 and CE. RGB value is (149,147,206). Sum of RGB (Red+Green+Blue) = 149+147+206=502 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.68% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #9593CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9593CE is #6A6C31. Grayscale: #9A9A9A. Windows color (decimal): -6974514 or 13538197. OLE color: 13538197.

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

Color convert

RGB 149 147 206 -
CMYK 0.28 0.29 0 0.19
HSL 242.03º 0.38% 0.69% -
HSV(B) 242.03º 0.29% 0.81% -
XYZ 33.97 31.71 62.72 -
YUV 154.32 157.16 124.2 -
System Red Green Blue C M Y K H S L
Decimal 149 147 206 0.28 0.29 0 0.19 242.03 0.38 0.69
Hex 95 93 CE 1C 1D 0 13 F2 26 45
Octal 225 223 316 34 35 0 23 362 46 105
Binary 10010101 10010011 11001110 11100 11101 0 10011 11110010 100110 1000101

Color Harmonies of #9593CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9593CE

Black with #9593CE

Text Example


Text Example

White with #9593CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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