Html Css Color HEX #968FDC Blue Bell

📋 copy color: '#968FDC'

red 150 ◦ green 143 ◦ blue 220

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

Shades of Blue Bell #968FDC

Tints of Blue Bell #968FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.88%

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

R = 29.24%
G = 27.88%
B = 42.88%

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

#968FDC (or 0x968FDC) is known color: Blue Bell. HEX triplet: 96, 8F and DC. RGB value is (150,143,220). Sum of RGB (Red+Green+Blue) = 150+143+220=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #968FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968FDC is #697023. Grayscale: #999999. Windows color (decimal): -6909988 or 14454678. OLE color: 14454678.

HSL color Cylindrical-coordinate representation of color #968FDC: hue angle of 245.45º degrees, saturation: 0.52, 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 #968FDC is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 143 220 -
CMYK 0.32 0.35 0 0.14
HSL 245.45º 0.52% 0.71% -
HSV(B) 245.45º 0.35% 0.86% -
XYZ 35.32 31.3 71.89 -
YUV 153.87 165.32 125.24 -
System Red Green Blue C M Y K H S L
Decimal 150 143 220 0.32 0.35 0 0.14 245.45 0.52 0.71
Hex 96 8F DC 20 23 0 E F5 34 47
Octal 226 217 334 40 43 0 16 365 64 107
Binary 10010110 10001111 11011100 100000 100011 0 1110 11110101 110100 1000111

Color Harmonies of #968FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968FDC

Black with #968FDC

Text Example


Text Example

White with #968FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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