Html Css Color HEX #959ACD Blue Bell

📋 copy color: '#959ACD'

red 149 ◦ green 154 ◦ blue 205

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

Shades of Blue Bell #959ACD

Tints of Blue Bell #959ACD

RGB

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

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

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

R = 29.33%
G = 30.31%
B = 40.35%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#959ACD (or 0x959ACD) is known color: Blue Bell. HEX triplet: 95, 9A and CD. RGB value is (149,154,205). Sum of RGB (Red+Green+Blue) = 149+154+205=508 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.33% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #959ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959ACD is #6A6532. Grayscale: #9E9E9E. Windows color (decimal): -6972723 or 13474453. OLE color: 13474453.

HSL color Cylindrical-coordinate representation of color #959ACD: hue angle of 234.64º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #959ACD is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 154 205 -
CMYK 0.27 0.25 0 0.20
HSL 234.64º 0.36% 0.69% -
HSV(B) 234.64º 0.27% 0.8% -
XYZ 34.97 33.91 62.46 -
YUV 158.32 154.34 121.35 -
System Red Green Blue C M Y K H S L
Decimal 149 154 205 0.27 0.25 0 0.20 234.64 0.36 0.69
Hex 95 9A CD 1B 19 0 14 EB 24 45
Octal 225 232 315 33 31 0 24 353 44 105
Binary 10010101 10011010 11001101 11011 11001 0 10100 11101011 100100 1000101

Color Harmonies of #959ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959ACD

Black with #959ACD

Text Example


Text Example

White with #959ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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