Html Css Color HEX #949CCD Blue Bell

📋 copy color: '#949CCD'

red 148 ◦ green 156 ◦ blue 205

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

Shades of Blue Bell #949CCD

Tints of Blue Bell #949CCD

RGB

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

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

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

R = 29.08%
G = 30.65%
B = 40.28%

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

#949CCD (or 0x949CCD) is known color: Blue Bell. HEX triplet: 94, 9C and CD. RGB value is (148,156,205). Sum of RGB (Red+Green+Blue) = 148+156+205=509 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.08% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #949CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949CCD is #6B6332. Grayscale: #9E9E9E. Windows color (decimal): -7037747 or 13474964. OLE color: 13474964.

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

Color convert

RGB 148 156 205 -
CMYK 0.28 0.24 0 0.20
HSL 231.58º 0.36% 0.69% -
HSV(B) 231.58º 0.28% 0.8% -
XYZ 35.12 34.48 62.56 -
YUV 159.19 153.85 120.02 -
System Red Green Blue C M Y K H S L
Decimal 148 156 205 0.28 0.24 0 0.20 231.58 0.36 0.69
Hex 94 9C CD 1C 18 0 14 E8 24 45
Octal 224 234 315 34 30 0 24 350 44 105
Binary 10010100 10011100 11001101 11100 11000 0 10100 11101000 100100 1000101

Color Harmonies of #949CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949CCD

Black with #949CCD

Text Example


Text Example

White with #949CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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