Html Css Color HEX #949AC9 Blue Bell

📋 copy color: '#949AC9'

red 148 ◦ green 154 ◦ blue 201

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

Shades of Blue Bell #949AC9

Tints of Blue Bell #949AC9

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.62%

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

R = 29.42%
G = 30.62%
B = 39.96%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#949AC9 (or 0x949AC9) is known color: Blue Bell. HEX triplet: 94, 9A and C9. RGB value is (148,154,201). Sum of RGB (Red+Green+Blue) = 148+154+201=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 201 - color contains mainly: blue. Hex color #949AC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949AC9 is #6B6536. Grayscale: #9D9D9D. Windows color (decimal): -7038263 or 13212308. OLE color: 13212308.

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

Color convert

RGB 148 154 201 -
CMYK 0.26 0.23 0 0.21
HSL 233.21º 0.33% 0.68% -
HSV(B) 233.21º 0.26% 0.79% -
XYZ 34.31 33.62 59.94 -
YUV 157.56 152.51 121.18 -
System Red Green Blue C M Y K H S L
Decimal 148 154 201 0.26 0.23 0 0.21 233.21 0.33 0.68
Hex 94 9A C9 1A 17 0 15 E9 21 44
Octal 224 232 311 32 27 0 25 351 41 104
Binary 10010100 10011010 11001001 11010 10111 0 10101 11101001 100001 1000100

Color Harmonies of #949AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949AC9

Black with #949AC9

Text Example


Text Example

White with #949AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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