Html Css Color HEX #949CCC Blue Bell

📋 copy color: '#949CCC'

red 148 ◦ green 156 ◦ blue 204

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

Shades of Blue Bell #949CCC

Tints of Blue Bell #949CCC

RGB

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

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

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

R = 29.13%
G = 30.71%
B = 40.16%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#949CCC (or 0x949CCC) is known color: Blue Bell. HEX triplet: 94, 9C and CC. RGB value is (148,156,204). Sum of RGB (Red+Green+Blue) = 148+156+204=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #949CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949CCC is #6B6333. Grayscale: #9E9E9E. Windows color (decimal): -7037748 or 13409428. OLE color: 13409428.

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

Color convert

RGB 148 156 204 -
CMYK 0.27 0.24 0 0.2
HSL 231.43º 0.35% 0.69% -
HSV(B) 231.43º 0.27% 0.8% -
XYZ 35 34.43 61.93 -
YUV 159.08 153.35 120.1 -
System Red Green Blue C M Y K H S L
Decimal 148 156 204 0.27 0.24 0 0.2 231.43 0.35 0.69
Hex 94 9C CC 1B 18 0 14 E7 23 45
Octal 224 234 314 33 30 0 24 347 43 105
Binary 10010100 10011100 11001100 11011 11000 0 10100 11100111 100011 1000101

Color Harmonies of #949CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949CCC

Black with #949CCC

Text Example


Text Example

White with #949CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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