Html Css Color HEX #949EC7 Blue Bell

📋 copy color: '#949EC7'

red 148 ◦ green 158 ◦ blue 199

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

Shades of Blue Bell #949EC7

Tints of Blue Bell #949EC7

RGB

 RED value IS 148 (58.2% from 255) = 29.31%

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

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

R = 29.31%
G = 31.29%
B = 39.41%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#949EC7 (or 0x949EC7) is known color: Blue Bell. HEX triplet: 94, 9E and C7. RGB value is (148,158,199). Sum of RGB (Red+Green+Blue) = 148+158+199=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 199 (78.12% from 255 or 39.41% from 505); Max value from RGB is 199 - color contains mainly: blue. Hex color #949EC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949EC7 is #6B6138. Grayscale: #9F9F9F. Windows color (decimal): -7037241 or 13082260. OLE color: 13082260.

HSL color Cylindrical-coordinate representation of color #949EC7: hue angle of 228.24º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #949EC7 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 148 158 199 -
CMYK 0.26 0.21 0 0.22
HSL 228.24º 0.31% 0.68% -
HSV(B) 228.24º 0.26% 0.78% -
XYZ 34.75 34.87 58.93 -
YUV 159.68 150.19 119.67 -
System Red Green Blue C M Y K H S L
Decimal 148 158 199 0.26 0.21 0 0.22 228.24 0.31 0.68
Hex 94 9E C7 1A 15 0 16 E4 1F 44
Octal 224 236 307 32 25 0 26 344 37 104
Binary 10010100 10011110 11000111 11010 10101 0 10110 11100100 11111 1000100

Color Harmonies of #949EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949EC7

Black with #949EC7

Text Example


Text Example

White with #949EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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