Html Css Color HEX #968EDC Blue Bell

📋 copy color: '#968EDC'

red 150 ◦ green 142 ◦ blue 220

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

Shades of Blue Bell #968EDC

Tints of Blue Bell #968EDC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.73%

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

R = 29.3%
G = 27.73%
B = 42.97%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#968EDC (or 0x968EDC) is known color: Blue Bell. HEX triplet: 96, 8E and DC. RGB value is (150,142,220). Sum of RGB (Red+Green+Blue) = 150+142+220=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #968EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968EDC is #697123. Grayscale: #989898. Windows color (decimal): -6910244 or 14454422. OLE color: 14454422.

HSL color Cylindrical-coordinate representation of color #968EDC: hue angle of 246.15º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #968EDC is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 142 220 -
CMYK 0.32 0.35 0 0.14
HSL 246.15º 0.53% 0.71% -
HSV(B) 246.15º 0.35% 0.86% -
XYZ 35.17 31 71.84 -
YUV 153.28 165.65 125.66 -
System Red Green Blue C M Y K H S L
Decimal 150 142 220 0.32 0.35 0 0.14 246.15 0.53 0.71
Hex 96 8E DC 20 23 0 E F6 35 47
Octal 226 216 334 40 43 0 16 366 65 107
Binary 10010110 10001110 11011100 100000 100011 0 1110 11110110 110101 1000111

Color Harmonies of #968EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968EDC

Black with #968EDC

Text Example


Text Example

White with #968EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968EDC; }

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

 H1.HeaderClassName
 {
   color: #968EDC;
 }
 .AnyTagClassName
 {
   color: #968EDC;
 }
</style>

background-color css

<style>
 a { background-color: #968EDC; }

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

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

border-color css

<style>
 span { border-color: #968EDC; }

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

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