Html Css Color HEX #958EBB Cold Purple

📋 copy color: '#958EBB'

red 149 ◦ green 142 ◦ blue 187

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

Shades of Cold Purple #958EBB

Tints of Cold Purple #958EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.12%

R = 31.17%
G = 29.71%
B = 39.12%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#958EBB (or 0x958EBB) is known color: Cold Purple. HEX triplet: 95, 8E and BB. RGB value is (149,142,187). Sum of RGB (Red+Green+Blue) = 149+142+187=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #958EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958EBB is #6A7144. Grayscale: #959595. Windows color (decimal): -6975813 or 12291733. OLE color: 12291733.

HSL color Cylindrical-coordinate representation of color #958EBB: hue angle of 249.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #958EBB is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 142 187 -
CMYK 0.20 0.24 0 0.27
HSL 249.33º 0.25% 0.65% -
HSV(B) 249.33º 0.24% 0.73% -
XYZ 31.04 29.32 51.04 -
YUV 149.22 149.32 127.84 -
System Red Green Blue C M Y K H S L
Decimal 149 142 187 0.20 0.24 0 0.27 249.33 0.25 0.65
Hex 95 8E BB 14 18 0 1B F9 19 41
Octal 225 216 273 24 30 0 33 371 31 101
Binary 10010101 10001110 10111011 10100 11000 0 11011 11111001 11001 1000001

Color Harmonies of #958EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958EBB

Black with #958EBB

Text Example


Text Example

White with #958EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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