Html Css Color HEX #958EBC Cold Purple

📋 copy color: '#958EBC'

red 149 ◦ green 142 ◦ blue 188

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

Shades of Cold Purple #958EBC

Tints of Cold Purple #958EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.25%

R = 31.11%
G = 29.65%
B = 39.25%

CMYK

 C value IS 0.21

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#958EBC (or 0x958EBC) is known color: Cold Purple. HEX triplet: 95, 8E and BC. RGB value is (149,142,188). Sum of RGB (Red+Green+Blue) = 149+142+188=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #958EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958EBC is #6A7143. Grayscale: #959595. Windows color (decimal): -6975812 or 12357269. OLE color: 12357269.

HSL color Cylindrical-coordinate representation of color #958EBC: hue angle of 249.13º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #958EBC is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 142 188 -
CMYK 0.21 0.24 0 0.26
HSL 249.13º 0.26% 0.65% -
HSV(B) 249.13º 0.24% 0.74% -
XYZ 31.14 29.37 51.6 -
YUV 149.34 149.82 127.76 -
System Red Green Blue C M Y K H S L
Decimal 149 142 188 0.21 0.24 0 0.26 249.13 0.26 0.65
Hex 95 8E BC 15 18 0 1A F9 1A 41
Octal 225 216 274 25 30 0 32 371 32 101
Binary 10010101 10001110 10111100 10101 11000 0 11010 11111001 11010 1000001

Color Harmonies of #958EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958EBC

Black with #958EBC

Text Example


Text Example

White with #958EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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