Html Css Color HEX #949DCB Blue Bell

📋 copy color: '#949DCB'

red 148 ◦ green 157 ◦ blue 203

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

Shades of Blue Bell #949DCB

Tints of Blue Bell #949DCB

RGB

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

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

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

R = 29.13%
G = 30.91%
B = 39.96%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#949DCB (or 0x949DCB) is known color: Blue Bell. HEX triplet: 94, 9D and CB. RGB value is (148,157,203). Sum of RGB (Red+Green+Blue) = 148+157+203=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #949DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949DCB is #6B6234. Grayscale: #9F9F9F. Windows color (decimal): -7037493 or 13344148. OLE color: 13344148.

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

Color convert

RGB 148 157 203 -
CMYK 0.27 0.23 0 0.20
HSL 230.18º 0.35% 0.69% -
HSV(B) 230.18º 0.27% 0.8% -
XYZ 35.05 34.72 61.35 -
YUV 159.55 152.52 119.76 -
System Red Green Blue C M Y K H S L
Decimal 148 157 203 0.27 0.23 0 0.20 230.18 0.35 0.69
Hex 94 9D CB 1B 17 0 14 E6 23 45
Octal 224 235 313 33 27 0 24 346 43 105
Binary 10010100 10011101 11001011 11011 10111 0 10100 11100110 100011 1000101

Color Harmonies of #949DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949DCB

Black with #949DCB

Text Example


Text Example

White with #949DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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