Html Css Color HEX #968ECD Blue Bell

📋 copy color: '#968ECD'

red 150 ◦ green 142 ◦ blue 205

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

Shades of Blue Bell #968ECD

Tints of Blue Bell #968ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.25%

R = 30.18%
G = 28.57%
B = 41.25%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#968ECD (or 0x968ECD) is known color: Blue Bell. HEX triplet: 96, 8E and CD. RGB value is (150,142,205). Sum of RGB (Red+Green+Blue) = 150+142+205=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #968ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968ECD is #697132. Grayscale: #979797. Windows color (decimal): -6910259 or 13471382. OLE color: 13471382.

HSL color Cylindrical-coordinate representation of color #968ECD: hue angle of 247.62º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #968ECD is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 142 205 -
CMYK 0.27 0.31 0 0.20
HSL 247.62º 0.39% 0.68% -
HSV(B) 247.62º 0.31% 0.8% -
XYZ 33.27 30.24 61.84 -
YUV 151.57 158.15 126.88 -
System Red Green Blue C M Y K H S L
Decimal 150 142 205 0.27 0.31 0 0.20 247.62 0.39 0.68
Hex 96 8E CD 1B 1F 0 14 F8 27 44
Octal 226 216 315 33 37 0 24 370 47 104
Binary 10010110 10001110 11001101 11011 11111 0 10100 11111000 100111 1000100

Color Harmonies of #968ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968ECD

Black with #968ECD

Text Example


Text Example

White with #968ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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