Html Css Color HEX #949DCA Blue Bell

📋 copy color: '#949DCA'

red 148 ◦ green 157 ◦ blue 202

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

Shades of Blue Bell #949DCA

Tints of Blue Bell #949DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.84%

R = 29.19%
G = 30.97%
B = 39.84%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#949DCA (or 0x949DCA) is known color: Blue Bell. HEX triplet: 94, 9D and CA. RGB value is (148,157,202). Sum of RGB (Red+Green+Blue) = 148+157+202=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #949DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949DCA is #6B6235. Grayscale: #9F9F9F. Windows color (decimal): -7037494 or 13278612. OLE color: 13278612.

HSL color Cylindrical-coordinate representation of color #949DCA: hue angle of 230º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #949DCA is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 157 202 -
CMYK 0.27 0.22 0 0.21
HSL 230º 0.34% 0.69% -
HSV(B) 230º 0.27% 0.79% -
XYZ 34.93 34.67 60.73 -
YUV 159.44 152.02 119.84 -
System Red Green Blue C M Y K H S L
Decimal 148 157 202 0.27 0.22 0 0.21 230 0.34 0.69
Hex 94 9D CA 1B 16 0 15 E6 22 45
Octal 224 235 312 33 26 0 25 346 42 105
Binary 10010100 10011101 11001010 11011 10110 0 10101 11100110 100010 1000101

Color Harmonies of #949DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949DCA

Black with #949DCA

Text Example


Text Example

White with #949DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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