Html Css Color HEX #9594CF Blue Bell

📋 copy color: '#9594CF'

red 149 ◦ green 148 ◦ blue 207

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

Shades of Blue Bell #9594CF

Tints of Blue Bell #9594CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.07%

R = 29.56%
G = 29.37%
B = 41.07%

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

#9594CF (or 0x9594CF) is known color: Blue Bell. HEX triplet: 95, 94 and CF. RGB value is (149,148,207). Sum of RGB (Red+Green+Blue) = 149+148+207=504 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.56% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #9594CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9594CF is #6A6B30. Grayscale: #9A9A9A. Windows color (decimal): -6974257 or 13603989. OLE color: 13603989.

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

Color convert

RGB 149 148 207 -
CMYK 0.28 0.29 0 0.19
HSL 241.02º 0.38% 0.7% -
HSV(B) 241.02º 0.29% 0.81% -
XYZ 34.25 32.07 63.42 -
YUV 155.03 157.33 123.7 -
System Red Green Blue C M Y K H S L
Decimal 149 148 207 0.28 0.29 0 0.19 241.02 0.38 0.7
Hex 95 94 CF 1C 1D 0 13 F1 26 46
Octal 225 224 317 34 35 0 23 361 46 106
Binary 10010101 10010100 11001111 11100 11101 0 10011 11110001 100110 1000110

Color Harmonies of #9594CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9594CF

Black with #9594CF

Text Example


Text Example

White with #9594CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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