Html Css Color HEX #949EC6 Blue Bell

📋 copy color: '#949EC6'

red 148 ◦ green 158 ◦ blue 198

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

Shades of Blue Bell #949EC6

Tints of Blue Bell #949EC6

RGB

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

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

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

R = 29.37%
G = 31.35%
B = 39.29%

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

#949EC6 (or 0x949EC6) is known color: Blue Bell. HEX triplet: 94, 9E and C6. RGB value is (148,158,198). Sum of RGB (Red+Green+Blue) = 148+158+198=504 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.37% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 198 (77.73% from 255 or 39.29% from 504); Max value from RGB is 198 - color contains mainly: blue. Hex color #949EC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949EC6 is #6B6139. Grayscale: #9F9F9F. Windows color (decimal): -7037242 or 13016724. OLE color: 13016724.

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

Color convert

RGB 148 158 198 -
CMYK 0.25 0.20 0 0.22
HSL 228º 0.3% 0.68% -
HSV(B) 228º 0.25% 0.78% -
XYZ 34.63 34.83 58.32 -
YUV 159.57 149.69 119.75 -
System Red Green Blue C M Y K H S L
Decimal 148 158 198 0.25 0.20 0 0.22 228 0.3 0.68
Hex 94 9E C6 19 14 0 16 E4 1E 44
Octal 224 236 306 31 24 0 26 344 36 104
Binary 10010100 10011110 11000110 11001 10100 0 10110 11100100 11110 1000100

Color Harmonies of #949EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949EC6

Black with #949EC6

Text Example


Text Example

White with #949EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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