Html Css Color HEX #949BCB Blue Bell

📋 copy color: '#949BCB'

red 148 ◦ green 155 ◦ blue 203

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

Shades of Blue Bell #949BCB

Tints of Blue Bell #949BCB

RGB

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

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

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

R = 29.25%
G = 30.63%
B = 40.12%

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

#949BCB (or 0x949BCB) is known color: Blue Bell. HEX triplet: 94, 9B and CB. RGB value is (148,155,203). Sum of RGB (Red+Green+Blue) = 148+155+203=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #949BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949BCB is #6B6434. Grayscale: #9E9E9E. Windows color (decimal): -7038005 or 13343636. OLE color: 13343636.

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

Color convert

RGB 148 155 203 -
CMYK 0.27 0.24 0 0.20
HSL 232.36º 0.35% 0.69% -
HSV(B) 232.36º 0.27% 0.8% -
XYZ 34.71 34.05 61.24 -
YUV 158.38 153.18 120.6 -
System Red Green Blue C M Y K H S L
Decimal 148 155 203 0.27 0.24 0 0.20 232.36 0.35 0.69
Hex 94 9B CB 1B 18 0 14 E8 23 45
Octal 224 233 313 33 30 0 24 350 43 105
Binary 10010100 10011011 11001011 11011 11000 0 10100 11101000 100011 1000101

Color Harmonies of #949BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949BCB

Black with #949BCB

Text Example


Text Example

White with #949BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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