Html Css Color HEX #968EDB Blue Bell

📋 copy color: '#968EDB'

red 150 ◦ green 142 ◦ blue 219

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

Shades of Blue Bell #968EDB

Tints of Blue Bell #968EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.86%

R = 29.35%
G = 27.79%
B = 42.86%

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

#968EDB (or 0x968EDB) is known color: Blue Bell. HEX triplet: 96, 8E and DB. RGB value is (150,142,219). Sum of RGB (Red+Green+Blue) = 150+142+219=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #968EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968EDB is #697124. Grayscale: #989898. Windows color (decimal): -6910245 or 14388886. OLE color: 14388886.

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

Color convert

RGB 150 142 219 -
CMYK 0.32 0.35 0 0.14
HSL 246.23º 0.52% 0.71% -
HSV(B) 246.23º 0.35% 0.86% -
XYZ 35.04 30.94 71.14 -
YUV 153.17 165.15 125.74 -
System Red Green Blue C M Y K H S L
Decimal 150 142 219 0.32 0.35 0 0.14 246.23 0.52 0.71
Hex 96 8E DB 20 23 0 E F6 34 47
Octal 226 216 333 40 43 0 16 366 64 107
Binary 10010110 10001110 11011011 100000 100011 0 1110 11110110 110100 1000111

Color Harmonies of #968EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968EDB

Black with #968EDB

Text Example


Text Example

White with #968EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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