Html Css Color HEX #9693DC Blue Bell

📋 copy color: '#9693DC'

red 150 ◦ green 147 ◦ blue 220

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

Shades of Blue Bell #9693DC

Tints of Blue Bell #9693DC

RGB

 RED value IS 150 (58.98% from 255) = 29.01%

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

 BLUE value IS 220 (86.33% from 255) = 42.55%

R = 29.01%
G = 28.43%
B = 42.55%

CMYK

 C value IS 0.32

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9693DC (or 0x9693DC) is known color: Blue Bell. HEX triplet: 96, 93 and DC. RGB value is (150,147,220). Sum of RGB (Red+Green+Blue) = 150+147+220=517 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.01% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #9693DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9693DC is #696C23. Grayscale: #9B9B9B. Windows color (decimal): -6908964 or 14455702. OLE color: 14455702.

HSL color Cylindrical-coordinate representation of color #9693DC: hue angle of 242.47º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9693DC is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 147 220 -
CMYK 0.32 0.33 0 0.14
HSL 242.47º 0.51% 0.72% -
HSV(B) 242.47º 0.33% 0.86% -
XYZ 35.93 32.52 72.09 -
YUV 156.22 163.99 123.56 -
System Red Green Blue C M Y K H S L
Decimal 150 147 220 0.32 0.33 0 0.14 242.47 0.51 0.72
Hex 96 93 DC 20 21 0 E F2 33 48
Octal 226 223 334 40 41 0 16 362 63 110
Binary 10010110 10010011 11011100 100000 100001 0 1110 11110010 110011 1001000

Color Harmonies of #9693DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9693DC

Black with #9693DC

Text Example


Text Example

White with #9693DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9693DC; }

 p { color: rgb(150,147,220); }

 H1.HeaderClassName
 {
   color: #9693DC;
 }
 .AnyTagClassName
 {
   color: #9693DC;
 }
</style>

background-color css

<style>
 a { background-color: #9693DC; }

 a { background-color: rgb(150,147,220); }

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

border-color css

<style>
 span { border-color: #9693DC; }

 span { border-color: rgb(150,147,220); }

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