Html Css Color HEX #9594CE Blue Bell

📋 copy color: '#9594CE'

red 149 ◦ green 148 ◦ blue 206

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

Shades of Blue Bell #9594CE

Tints of Blue Bell #9594CE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.42%

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

R = 29.62%
G = 29.42%
B = 40.95%

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

#9594CE (or 0x9594CE) is known color: Blue Bell. HEX triplet: 95, 94 and CE. RGB value is (149,148,206). Sum of RGB (Red+Green+Blue) = 149+148+206=503 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.62% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #9594CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9594CE is #6A6B31. Grayscale: #9A9A9A. Windows color (decimal): -6974258 or 13538453. OLE color: 13538453.

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

Color convert

RGB 149 148 206 -
CMYK 0.28 0.28 0 0.19
HSL 241.03º 0.37% 0.69% -
HSV(B) 241.03º 0.28% 0.81% -
XYZ 34.12 32.03 62.78 -
YUV 154.91 156.83 123.78 -
System Red Green Blue C M Y K H S L
Decimal 149 148 206 0.28 0.28 0 0.19 241.03 0.37 0.69
Hex 95 94 CE 1C 1C 0 13 F1 25 45
Octal 225 224 316 34 34 0 23 361 45 105
Binary 10010101 10010100 11001110 11100 11100 0 10011 11110001 100101 1000101

Color Harmonies of #9594CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9594CE

Black with #9594CE

Text Example


Text Example

White with #9594CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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