Html Css Color HEX #958ECD Blue Bell

📋 copy color: '#958ECD'

red 149 ◦ green 142 ◦ blue 205

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

Shades of Blue Bell #958ECD

Tints of Blue Bell #958ECD

RGB

 RED value IS 149 (58.59% from 255) = 30.04%

 GREEN value IS 142 (55.86% from 255) = 28.63%

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

R = 30.04%
G = 28.63%
B = 41.33%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#958ECD (or 0x958ECD) is known color: Blue Bell. HEX triplet: 95, 8E and CD. RGB value is (149,142,205). Sum of RGB (Red+Green+Blue) = 149+142+205=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #958ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958ECD is #6A7132. Grayscale: #979797. Windows color (decimal): -6975795 or 13471381. OLE color: 13471381.

HSL color Cylindrical-coordinate representation of color #958ECD: hue angle of 246.67º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #958ECD is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 142 205 -
CMYK 0.27 0.31 0 0.20
HSL 246.67º 0.39% 0.68% -
HSV(B) 246.67º 0.31% 0.8% -
XYZ 33.09 30.14 61.83 -
YUV 151.28 158.32 126.38 -
System Red Green Blue C M Y K H S L
Decimal 149 142 205 0.27 0.31 0 0.20 246.67 0.39 0.68
Hex 95 8E CD 1B 1F 0 14 F7 27 44
Octal 225 216 315 33 37 0 24 367 47 104
Binary 10010101 10001110 11001101 11011 11111 0 10100 11110111 100111 1000100

Color Harmonies of #958ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958ECD

Black with #958ECD

Text Example


Text Example

White with #958ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958ECD; }

 p { color: rgb(149,142,205); }

 H1.HeaderClassName
 {
   color: #958ECD;
 }
 .AnyTagClassName
 {
   color: #958ECD;
 }
</style>

background-color css

<style>
 a { background-color: #958ECD; }

 a { background-color: rgb(149,142,205); }

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

border-color css

<style>
 span { border-color: #958ECD; }

 span { border-color: rgb(149,142,205); }

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