Html Css Color HEX #949ACB Blue Bell

📋 copy color: '#949ACB'

red 148 ◦ green 154 ◦ blue 203

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

Shades of Blue Bell #949ACB

Tints of Blue Bell #949ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.2%

R = 29.31%
G = 30.5%
B = 40.2%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#949ACB (or 0x949ACB) is known color: Blue Bell. HEX triplet: 94, 9A and CB. RGB value is (148,154,203). Sum of RGB (Red+Green+Blue) = 148+154+203=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #949ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949ACB is #6B6534. Grayscale: #9D9D9D. Windows color (decimal): -7038261 or 13343380. OLE color: 13343380.

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

Color convert

RGB 148 154 203 -
CMYK 0.27 0.24 0 0.20
HSL 233.45º 0.35% 0.69% -
HSV(B) 233.45º 0.27% 0.8% -
XYZ 34.55 33.72 61.19 -
YUV 157.79 153.51 121.02 -
System Red Green Blue C M Y K H S L
Decimal 148 154 203 0.27 0.24 0 0.20 233.45 0.35 0.69
Hex 94 9A CB 1B 18 0 14 E9 23 45
Octal 224 232 313 33 30 0 24 351 43 105
Binary 10010100 10011010 11001011 11011 11000 0 10100 11101001 100011 1000101

Color Harmonies of #949ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949ACB

Black with #949ACB

Text Example


Text Example

White with #949ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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