Html Css Color HEX #968BDC Blue Bell

📋 copy color: '#968BDC'

red 150 ◦ green 139 ◦ blue 220

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

Shades of Blue Bell #968BDC

Tints of Blue Bell #968BDC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.31%

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

R = 29.47%
G = 27.31%
B = 43.22%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#968BDC (or 0x968BDC) is known color: Blue Bell. HEX triplet: 96, 8B and DC. RGB value is (150,139,220). Sum of RGB (Red+Green+Blue) = 150+139+220=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #968BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968BDC is #697423. Grayscale: #979797. Windows color (decimal): -6911012 or 14453654. OLE color: 14453654.

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

Color convert

RGB 150 139 220 -
CMYK 0.32 0.37 0 0.14
HSL 248.15º 0.54% 0.7% -
HSV(B) 248.15º 0.37% 0.86% -
XYZ 34.73 30.12 71.69 -
YUV 151.52 166.64 126.91 -
System Red Green Blue C M Y K H S L
Decimal 150 139 220 0.32 0.37 0 0.14 248.15 0.54 0.7
Hex 96 8B DC 20 25 0 E F8 36 46
Octal 226 213 334 40 45 0 16 370 66 106
Binary 10010110 10001011 11011100 100000 100101 0 1110 11111000 110110 1000110

Color Harmonies of #968BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968BDC

Black with #968BDC

Text Example


Text Example

White with #968BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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