Html Css Color HEX #949DC9 Blue Bell

📋 copy color: '#949DC9'

red 148 ◦ green 157 ◦ blue 201

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

Shades of Blue Bell #949DC9

Tints of Blue Bell #949DC9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.03%

 BLUE value IS 201 (78.91% from 255) = 39.72%

R = 29.25%
G = 31.03%
B = 39.72%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#949DC9 (or 0x949DC9) is known color: Blue Bell. HEX triplet: 94, 9D and C9. RGB value is (148,157,201). Sum of RGB (Red+Green+Blue) = 148+157+201=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 201 (78.91% from 255 or 39.72% from 506); Max value from RGB is 201 - color contains mainly: blue. Hex color #949DC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949DC9 is #6B6236. Grayscale: #9F9F9F. Windows color (decimal): -7037495 or 13213076. OLE color: 13213076.

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

Color convert

RGB 148 157 201 -
CMYK 0.26 0.22 0 0.21
HSL 229.81º 0.33% 0.68% -
HSV(B) 229.81º 0.26% 0.79% -
XYZ 34.81 34.63 60.11 -
YUV 159.33 151.52 119.92 -
System Red Green Blue C M Y K H S L
Decimal 148 157 201 0.26 0.22 0 0.21 229.81 0.33 0.68
Hex 94 9D C9 1A 16 0 15 E6 21 44
Octal 224 235 311 32 26 0 25 346 41 104
Binary 10010100 10011101 11001001 11010 10110 0 10101 11100110 100001 1000100

Color Harmonies of #949DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949DC9

Black with #949DC9

Text Example


Text Example

White with #949DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,157,201); }

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

background-color css

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

 a { background-color: rgb(148,157,201); }

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

border-color css

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

 span { border-color: rgb(148,157,201); }

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