Html Css Color HEX #949ACD Blue Bell

📋 copy color: '#949ACD'

red 148 ◦ green 154 ◦ blue 205

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

Shades of Blue Bell #949ACD

Tints of Blue Bell #949ACD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.37%

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

R = 29.19%
G = 30.37%
B = 40.43%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#949ACD (or 0x949ACD) is known color: Blue Bell. HEX triplet: 94, 9A and CD. RGB value is (148,154,205). Sum of RGB (Red+Green+Blue) = 148+154+205=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #949ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949ACD is #6B6532. Grayscale: #9D9D9D. Windows color (decimal): -7038259 or 13474452. OLE color: 13474452.

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

Color convert

RGB 148 154 205 -
CMYK 0.28 0.25 0 0.20
HSL 233.68º 0.36% 0.69% -
HSV(B) 233.68º 0.28% 0.8% -
XYZ 34.79 33.81 62.45 -
YUV 158.02 154.51 120.85 -
System Red Green Blue C M Y K H S L
Decimal 148 154 205 0.28 0.25 0 0.20 233.68 0.36 0.69
Hex 94 9A CD 1C 19 0 14 EA 24 45
Octal 224 232 315 34 31 0 24 352 44 105
Binary 10010100 10011010 11001101 11100 11001 0 10100 11101010 100100 1000101

Color Harmonies of #949ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949ACD

Black with #949ACD

Text Example


Text Example

White with #949ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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