Html Css Color HEX #959AC0 Blue Bell

📋 copy color: '#959AC0'

red 149 ◦ green 154 ◦ blue 192

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

Shades of Blue Bell #959AC0

Tints of Blue Bell #959AC0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.11%

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

R = 30.1%
G = 31.11%
B = 38.79%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#959AC0 (or 0x959AC0) is known color: Blue Bell. HEX triplet: 95, 9A and C0. RGB value is (149,154,192). Sum of RGB (Red+Green+Blue) = 149+154+192=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 192 - color contains mainly: blue. Hex color #959AC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959AC0 is #6A653F. Grayscale: #9C9C9C. Windows color (decimal): -6972736 or 12622485. OLE color: 12622485.

HSL color Cylindrical-coordinate representation of color #959AC0: hue angle of 233.02º 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 #959AC0 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 154 192 -
CMYK 0.22 0.20 0 0.25
HSL 233.02º 0.25% 0.67% -
HSV(B) 233.02º 0.22% 0.75% -
XYZ 33.46 33.31 54.53 -
YUV 156.84 147.84 122.41 -
System Red Green Blue C M Y K H S L
Decimal 149 154 192 0.22 0.20 0 0.25 233.02 0.25 0.67
Hex 95 9A C0 16 14 0 19 E9 19 43
Octal 225 232 300 26 24 0 31 351 31 103
Binary 10010101 10011010 11000000 10110 10100 0 11001 11101001 11001 1000011

Color Harmonies of #959AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959AC0

Black with #959AC0

Text Example


Text Example

White with #959AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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