Html Css Color HEX #968FCD Blue Bell

📋 copy color: '#968FCD'

red 150 ◦ green 143 ◦ blue 205

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

Shades of Blue Bell #968FCD

Tints of Blue Bell #968FCD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.71%

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

R = 30.12%
G = 28.71%
B = 41.16%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#968FCD (or 0x968FCD) is known color: Blue Bell. HEX triplet: 96, 8F and CD. RGB value is (150,143,205). Sum of RGB (Red+Green+Blue) = 150+143+205=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #968FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968FCD is #697032. Grayscale: #979797. Windows color (decimal): -6910003 or 13471638. OLE color: 13471638.

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

Color convert

RGB 150 143 205 -
CMYK 0.27 0.30 0 0.20
HSL 246.77º 0.38% 0.68% -
HSV(B) 246.77º 0.3% 0.8% -
XYZ 33.42 30.54 61.89 -
YUV 152.16 157.82 126.46 -
System Red Green Blue C M Y K H S L
Decimal 150 143 205 0.27 0.30 0 0.20 246.77 0.38 0.68
Hex 96 8F CD 1B 1E 0 14 F7 26 44
Octal 226 217 315 33 36 0 24 367 46 104
Binary 10010110 10001111 11001101 11011 11110 0 10100 11110111 100110 1000100

Color Harmonies of #968FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968FCD

Black with #968FCD

Text Example


Text Example

White with #968FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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