Html Css Color HEX #968FCC Blue Bell

📋 copy color: '#968FCC'

red 150 ◦ green 143 ◦ blue 204

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

Shades of Blue Bell #968FCC

Tints of Blue Bell #968FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.05%

R = 30.18%
G = 28.77%
B = 41.05%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#968FCC (or 0x968FCC) is known color: Blue Bell. HEX triplet: 96, 8F and CC. RGB value is (150,143,204). Sum of RGB (Red+Green+Blue) = 150+143+204=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #968FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968FCC is #697033. Grayscale: #979797. Windows color (decimal): -6910004 or 13406102. OLE color: 13406102.

HSL color Cylindrical-coordinate representation of color #968FCC: hue angle of 246.89º degrees, saturation: 0.37, 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 #968FCC is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 143 204 -
CMYK 0.26 0.30 0 0.2
HSL 246.89º 0.37% 0.68% -
HSV(B) 246.89º 0.3% 0.8% -
XYZ 33.3 30.49 61.26 -
YUV 152.05 157.32 126.54 -
System Red Green Blue C M Y K H S L
Decimal 150 143 204 0.26 0.30 0 0.2 246.89 0.37 0.68
Hex 96 8F CC 1A 1E 0 14 F7 25 44
Octal 226 217 314 32 36 0 24 367 45 104
Binary 10010110 10001111 11001100 11010 11110 0 10100 11110111 100101 1000100

Color Harmonies of #968FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968FCC

Black with #968FCC

Text Example


Text Example

White with #968FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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