Html Css Color HEX #949CC9 Blue Bell

📋 copy color: '#949CC9'

red 148 ◦ green 156 ◦ blue 201

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

Shades of Blue Bell #949CC9

Tints of Blue Bell #949CC9

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.89%

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

R = 29.31%
G = 30.89%
B = 39.8%

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

#949CC9 (or 0x949CC9) is known color: Blue Bell. HEX triplet: 94, 9C and C9. RGB value is (148,156,201). Sum of RGB (Red+Green+Blue) = 148+156+201=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 201 (78.91% from 255 or 39.80% from 505); Max value from RGB is 201 - color contains mainly: blue. Hex color #949CC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949CC9 is #6B6336. Grayscale: #9E9E9E. Windows color (decimal): -7037751 or 13212820. OLE color: 13212820.

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

Color convert

RGB 148 156 201 -
CMYK 0.26 0.22 0 0.21
HSL 230.94º 0.33% 0.68% -
HSV(B) 230.94º 0.26% 0.79% -
XYZ 34.64 34.29 60.05 -
YUV 158.74 151.85 120.34 -
System Red Green Blue C M Y K H S L
Decimal 148 156 201 0.26 0.22 0 0.21 230.94 0.33 0.68
Hex 94 9C C9 1A 16 0 15 E7 21 44
Octal 224 234 311 32 26 0 25 347 41 104
Binary 10010100 10011100 11001001 11010 10110 0 10101 11100111 100001 1000100

Color Harmonies of #949CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949CC9

Black with #949CC9

Text Example


Text Example

White with #949CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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