Html Css Color HEX #959CC0 Blue Bell

📋 copy color: '#959CC0'

red 149 ◦ green 156 ◦ blue 192

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

Shades of Blue Bell #959CC0

Tints of Blue Bell #959CC0

RGB

 RED value IS 149 (58.59% from 255) = 29.98%

 GREEN value IS 156 (61.33% from 255) = 31.39%

 BLUE value IS 192 (75.39% from 255) = 38.63%

R = 29.98%
G = 31.39%
B = 38.63%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#959CC0 (or 0x959CC0) is known color: Blue Bell. HEX triplet: 95, 9C and C0. RGB value is (149,156,192). Sum of RGB (Red+Green+Blue) = 149+156+192=497 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.98% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 192 - color contains mainly: blue. Hex color #959CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959CC0 is #6A633F. Grayscale: #9D9D9D. Windows color (decimal): -6972224 or 12622997. OLE color: 12622997.

HSL color Cylindrical-coordinate representation of color #959CC0: hue angle of 230.23º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #959CC0 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 156 192 -
CMYK 0.22 0.19 0 0.25
HSL 230.23º 0.25% 0.67% -
HSV(B) 230.23º 0.22% 0.75% -
XYZ 33.8 33.97 54.65 -
YUV 158.01 147.18 121.57 -
System Red Green Blue C M Y K H S L
Decimal 149 156 192 0.22 0.19 0 0.25 230.23 0.25 0.67
Hex 95 9C C0 16 13 0 19 E6 19 43
Octal 225 234 300 26 23 0 31 346 31 103
Binary 10010101 10011100 11000000 10110 10011 0 11001 11100110 11001 1000011

Color Harmonies of #959CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959CC0

Black with #959CC0

Text Example


Text Example

White with #959CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959CC0; }

 p { color: rgb(149,156,192); }

 H1.HeaderClassName
 {
   color: #959CC0;
 }
 .AnyTagClassName
 {
   color: #959CC0;
 }
</style>

background-color css

<style>
 a { background-color: #959CC0; }

 a { background-color: rgb(149,156,192); }

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

border-color css

<style>
 span { border-color: #959CC0; }

 span { border-color: rgb(149,156,192); }

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