Html Css Color HEX #949DCC Blue Bell

📋 copy color: '#949DCC'

red 148 ◦ green 157 ◦ blue 204

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

Shades of Blue Bell #949DCC

Tints of Blue Bell #949DCC

RGB

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

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

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

R = 29.08%
G = 30.84%
B = 40.08%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#949DCC (or 0x949DCC) is known color: Blue Bell. HEX triplet: 94, 9D and CC. RGB value is (148,157,204). Sum of RGB (Red+Green+Blue) = 148+157+204=509 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.08% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #949DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949DCC is #6B6233. Grayscale: #9F9F9F. Windows color (decimal): -7037492 or 13409684. OLE color: 13409684.

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

Color convert

RGB 148 157 204 -
CMYK 0.27 0.23 0 0.2
HSL 230.36º 0.35% 0.69% -
HSV(B) 230.36º 0.27% 0.8% -
XYZ 35.17 34.77 61.98 -
YUV 159.67 153.02 119.68 -
System Red Green Blue C M Y K H S L
Decimal 148 157 204 0.27 0.23 0 0.2 230.36 0.35 0.69
Hex 94 9D CC 1B 17 0 14 E6 23 45
Octal 224 235 314 33 27 0 24 346 43 105
Binary 10010100 10011101 11001100 11011 10111 0 10100 11100110 100011 1000101

Color Harmonies of #949DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949DCC

Black with #949DCC

Text Example


Text Example

White with #949DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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