Html Css Color HEX #949ACC Blue Bell

📋 copy color: '#949ACC'

red 148 ◦ green 154 ◦ blue 204

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

Shades of Blue Bell #949ACC

Tints of Blue Bell #949ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.32%

R = 29.25%
G = 30.43%
B = 40.32%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#949ACC (or 0x949ACC) is known color: Blue Bell. HEX triplet: 94, 9A and CC. RGB value is (148,154,204). Sum of RGB (Red+Green+Blue) = 148+154+204=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #949ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949ACC is #6B6533. Grayscale: #9D9D9D. Windows color (decimal): -7038260 or 13408916. OLE color: 13408916.

HSL color Cylindrical-coordinate representation of color #949ACC: hue angle of 233.57º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #949ACC is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 154 204 -
CMYK 0.27 0.25 0 0.2
HSL 233.57º 0.35% 0.69% -
HSV(B) 233.57º 0.27% 0.8% -
XYZ 34.67 33.77 61.82 -
YUV 157.91 154.01 120.93 -
System Red Green Blue C M Y K H S L
Decimal 148 154 204 0.27 0.25 0 0.2 233.57 0.35 0.69
Hex 94 9A CC 1B 19 0 14 EA 23 45
Octal 224 232 314 33 31 0 24 352 43 105
Binary 10010100 10011010 11001100 11011 11001 0 10100 11101010 100011 1000101

Color Harmonies of #949ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949ACC

Black with #949ACC

Text Example


Text Example

White with #949ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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