Html Css Color HEX #949BCC Blue Bell

📋 copy color: '#949BCC'

red 148 ◦ green 155 ◦ blue 204

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

Shades of Blue Bell #949BCC

Tints of Blue Bell #949BCC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.57%

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

R = 29.19%
G = 30.57%
B = 40.24%

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

#949BCC (or 0x949BCC) is known color: Blue Bell. HEX triplet: 94, 9B and CC. RGB value is (148,155,204). Sum of RGB (Red+Green+Blue) = 148+155+204=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 155 (60.94% from 255 or 30.57% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #949BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949BCC is #6B6433. Grayscale: #9E9E9E. Windows color (decimal): -7038004 or 13409172. OLE color: 13409172.

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

Color convert

RGB 148 155 204 -
CMYK 0.27 0.24 0 0.2
HSL 232.5º 0.35% 0.69% -
HSV(B) 232.5º 0.27% 0.8% -
XYZ 34.83 34.1 61.87 -
YUV 158.49 153.68 120.52 -
System Red Green Blue C M Y K H S L
Decimal 148 155 204 0.27 0.24 0 0.2 232.5 0.35 0.69
Hex 94 9B CC 1B 18 0 14 E8 23 45
Octal 224 233 314 33 30 0 24 350 43 105
Binary 10010100 10011011 11001100 11011 11000 0 10100 11101000 100011 1000101

Color Harmonies of #949BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949BCC

Black with #949BCC

Text Example


Text Example

White with #949BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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