Html Css Color HEX #959EC6 Blue Bell

📋 copy color: '#959EC6'

red 149 ◦ green 158 ◦ blue 198

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

Shades of Blue Bell #959EC6

Tints of Blue Bell #959EC6

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.29%

 BLUE value IS 198 (77.73% from 255) = 39.21%

R = 29.5%
G = 31.29%
B = 39.21%

CMYK

 C value IS 0.25

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#959EC6 (or 0x959EC6) is known color: Blue Bell. HEX triplet: 95, 9E and C6. RGB value is (149,158,198). Sum of RGB (Red+Green+Blue) = 149+158+198=505 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.50% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 198 (77.73% from 255 or 39.21% from 505); Max value from RGB is 198 - color contains mainly: blue. Hex color #959EC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959EC6 is #6A6139. Grayscale: #9F9F9F. Windows color (decimal): -6971706 or 13016725. OLE color: 13016725.

HSL color Cylindrical-coordinate representation of color #959EC6: hue angle of 228.98º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #959EC6 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 158 198 -
CMYK 0.25 0.20 0 0.22
HSL 228.98º 0.3% 0.68% -
HSV(B) 228.98º 0.25% 0.78% -
XYZ 34.81 34.92 58.33 -
YUV 159.87 149.52 120.25 -
System Red Green Blue C M Y K H S L
Decimal 149 158 198 0.25 0.20 0 0.22 228.98 0.3 0.68
Hex 95 9E C6 19 14 0 16 E5 1E 44
Octal 225 236 306 31 24 0 26 345 36 104
Binary 10010101 10011110 11000110 11001 10100 0 10110 11100101 11110 1000100

Color Harmonies of #959EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959EC6

Black with #959EC6

Text Example


Text Example

White with #959EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,158,198); }

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

background-color css

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

 a { background-color: rgb(149,158,198); }

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

border-color css

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

 span { border-color: rgb(149,158,198); }

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