Html Css Color HEX #959EC7 Blue Bell

📋 copy color: '#959EC7'

red 149 ◦ green 158 ◦ blue 199

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

Shades of Blue Bell #959EC7

Tints of Blue Bell #959EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.33%

R = 29.45%
G = 31.23%
B = 39.33%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#959EC7 (or 0x959EC7) is known color: Blue Bell. HEX triplet: 95, 9E and C7. RGB value is (149,158,199). Sum of RGB (Red+Green+Blue) = 149+158+199=506 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.45% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 199 (78.12% from 255 or 39.33% from 506); Max value from RGB is 199 - color contains mainly: blue. Hex color #959EC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959EC7 is #6A6138. Grayscale: #9F9F9F. Windows color (decimal): -6971705 or 13082261. OLE color: 13082261.

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

Color convert

RGB 149 158 199 -
CMYK 0.25 0.21 0 0.22
HSL 229.2º 0.31% 0.68% -
HSV(B) 229.2º 0.25% 0.78% -
XYZ 34.93 34.97 58.94 -
YUV 159.98 150.02 120.17 -
System Red Green Blue C M Y K H S L
Decimal 149 158 199 0.25 0.21 0 0.22 229.2 0.31 0.68
Hex 95 9E C7 19 15 0 16 E5 1F 44
Octal 225 236 307 31 25 0 26 345 37 104
Binary 10010101 10011110 11000111 11001 10101 0 10110 11100101 11111 1000100

Color Harmonies of #959EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959EC7

Black with #959EC7

Text Example


Text Example

White with #959EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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