Html Css Color HEX #968CDD Blue Bell

📋 copy color: '#968CDD'

red 150 ◦ green 140 ◦ blue 221

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

Shades of Blue Bell #968CDD

Tints of Blue Bell #968CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.25%

R = 29.35%
G = 27.4%
B = 43.25%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#968CDD (or 0x968CDD) is known color: Blue Bell. HEX triplet: 96, 8C and DD. RGB value is (150,140,221). Sum of RGB (Red+Green+Blue) = 150+140+221=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #968CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968CDD is #697322. Grayscale: #979797. Windows color (decimal): -6910755 or 14519446. OLE color: 14519446.

HSL color Cylindrical-coordinate representation of color #968CDD: hue angle of 247.41º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #968CDD is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 140 221 -
CMYK 0.32 0.37 0 0.13
HSL 247.41º 0.54% 0.71% -
HSV(B) 247.41º 0.37% 0.87% -
XYZ 35.01 30.46 72.44 -
YUV 152.22 166.81 126.41 -
System Red Green Blue C M Y K H S L
Decimal 150 140 221 0.32 0.37 0 0.13 247.41 0.54 0.71
Hex 96 8C DD 20 25 0 D F7 36 47
Octal 226 214 335 40 45 0 15 367 66 107
Binary 10010110 10001100 11011101 100000 100101 0 1101 11110111 110110 1000111

Color Harmonies of #968CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968CDD

Black with #968CDD

Text Example


Text Example

White with #968CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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