Html Css Color HEX #968CDB Blue Bell

📋 copy color: '#968CDB'

red 150 ◦ green 140 ◦ blue 219

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

Shades of Blue Bell #968CDB

Tints of Blue Bell #968CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.5%

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

R = 29.47%
G = 27.5%
B = 43.03%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#968CDB (or 0x968CDB) is known color: Blue Bell. HEX triplet: 96, 8C and DB. RGB value is (150,140,219). Sum of RGB (Red+Green+Blue) = 150+140+219=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #968CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968CDB is #697324. Grayscale: #979797. Windows color (decimal): -6910757 or 14388374. OLE color: 14388374.

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

Color convert

RGB 150 140 219 -
CMYK 0.32 0.36 0 0.14
HSL 247.59º 0.52% 0.7% -
HSV(B) 247.59º 0.36% 0.86% -
XYZ 34.74 30.35 71.05 -
YUV 152 165.81 126.58 -
System Red Green Blue C M Y K H S L
Decimal 150 140 219 0.32 0.36 0 0.14 247.59 0.52 0.7
Hex 96 8C DB 20 24 0 E F8 34 46
Octal 226 214 333 40 44 0 16 370 64 106
Binary 10010110 10001100 11011011 100000 100100 0 1110 11111000 110100 1000110

Color Harmonies of #968CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968CDB

Black with #968CDB

Text Example


Text Example

White with #968CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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