Html Css Color HEX #9395CF Blue Bell

📋 copy color: '#9395CF'

red 147 ◦ green 149 ◦ blue 207

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

Shades of Blue Bell #9395CF

Tints of Blue Bell #9395CF

RGB

 RED value IS 147 (57.81% from 255) = 29.22%

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

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

R = 29.22%
G = 29.62%
B = 41.15%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9395CF (or 0x9395CF) is known color: Blue Bell. HEX triplet: 93, 95 and CF. RGB value is (147,149,207). Sum of RGB (Red+Green+Blue) = 147+149+207=503 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.22% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #9395CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9395CF is #6C6A30. Grayscale: #9A9A9A. Windows color (decimal): -7105073 or 13604243. OLE color: 13604243.

HSL color Cylindrical-coordinate representation of color #9395CF: hue angle of 238º 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 #9395CF is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 149 207 -
CMYK 0.29 0.28 0 0.19
HSL 238º 0.38% 0.69% -
HSV(B) 238º 0.29% 0.81% -
XYZ 34.04 32.2 63.45 -
YUV 155.01 157.34 122.28 -
System Red Green Blue C M Y K H S L
Decimal 147 149 207 0.29 0.28 0 0.19 238 0.38 0.69
Hex 93 95 CF 1D 1C 0 13 EE 26 45
Octal 223 225 317 35 34 0 23 356 46 105
Binary 10010011 10010101 11001111 11101 11100 0 10011 11101110 100110 1000101

Color Harmonies of #9395CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9395CF

Black with #9395CF

Text Example


Text Example

White with #9395CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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