Html Css Color HEX #949CCB Blue Bell

📋 copy color: '#949CCB'

red 148 ◦ green 156 ◦ blue 203

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

Shades of Blue Bell #949CCB

Tints of Blue Bell #949CCB

RGB

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

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

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

R = 29.19%
G = 30.77%
B = 40.04%

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

#949CCB (or 0x949CCB) is known color: Blue Bell. HEX triplet: 94, 9C and CB. RGB value is (148,156,203). Sum of RGB (Red+Green+Blue) = 148+156+203=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #949CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949CCB is #6B6334. Grayscale: #9E9E9E. Windows color (decimal): -7037749 or 13343892. OLE color: 13343892.

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

Color convert

RGB 148 156 203 -
CMYK 0.27 0.23 0 0.20
HSL 231.27º 0.35% 0.69% -
HSV(B) 231.27º 0.27% 0.8% -
XYZ 34.88 34.38 61.3 -
YUV 158.97 152.85 120.18 -
System Red Green Blue C M Y K H S L
Decimal 148 156 203 0.27 0.23 0 0.20 231.27 0.35 0.69
Hex 94 9C CB 1B 17 0 14 E7 23 45
Octal 224 234 313 33 27 0 24 347 43 105
Binary 10010100 10011100 11001011 11011 10111 0 10100 11100111 100011 1000101

Color Harmonies of #949CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949CCB

Black with #949CCB

Text Example


Text Example

White with #949CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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