Html Css Color HEX #949BCD Blue Bell

📋 copy color: '#949BCD'

red 148 ◦ green 155 ◦ blue 205

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

Shades of Blue Bell #949BCD

Tints of Blue Bell #949BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.35%

R = 29.13%
G = 30.51%
B = 40.35%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#949BCD (or 0x949BCD) is known color: Blue Bell. HEX triplet: 94, 9B and CD. RGB value is (148,155,205). Sum of RGB (Red+Green+Blue) = 148+155+205=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 155 (60.94% from 255 or 30.51% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #949BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949BCD is #6B6432. Grayscale: #9E9E9E. Windows color (decimal): -7038003 or 13474708. OLE color: 13474708.

HSL color Cylindrical-coordinate representation of color #949BCD: hue angle of 232.63º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #949BCD is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 155 205 -
CMYK 0.28 0.24 0 0.20
HSL 232.63º 0.36% 0.69% -
HSV(B) 232.63º 0.28% 0.8% -
XYZ 34.95 34.15 62.51 -
YUV 158.61 154.18 120.43 -
System Red Green Blue C M Y K H S L
Decimal 148 155 205 0.28 0.24 0 0.20 232.63 0.36 0.69
Hex 94 9B CD 1C 18 0 14 E9 24 45
Octal 224 233 315 34 30 0 24 351 44 105
Binary 10010100 10011011 11001101 11100 11000 0 10100 11101001 100100 1000101

Color Harmonies of #949BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949BCD

Black with #949BCD

Text Example


Text Example

White with #949BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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