Html Css Color HEX #958EE1 Blue Bell

📋 copy color: '#958EE1'

red 149 ◦ green 142 ◦ blue 225

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

Shades of Blue Bell #958EE1

Tints of Blue Bell #958EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.6%

R = 28.88%
G = 27.52%
B = 43.6%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#958EE1 (or 0x958EE1) is known color: Blue Bell. HEX triplet: 95, 8E and E1. RGB value is (149,142,225). Sum of RGB (Red+Green+Blue) = 149+142+225=516 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.88% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 225 (88.28% from 255 or 43.60% from 516); Max value from RGB is 225 - color contains mainly: blue. Hex color #958EE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958EE1 is #6A711E. Grayscale: #999999. Windows color (decimal): -6975775 or 14782101. OLE color: 14782101.

HSL color Cylindrical-coordinate representation of color #958EE1: hue angle of 245.06º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #958EE1 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 149 142 225 -
CMYK 0.34 0.37 0 0.12
HSL 245.06º 0.58% 0.72% -
HSV(B) 245.06º 0.37% 0.88% -
XYZ 35.66 31.17 75.37 -
YUV 153.56 168.32 124.75 -
System Red Green Blue C M Y K H S L
Decimal 149 142 225 0.34 0.37 0 0.12 245.06 0.58 0.72
Hex 95 8E E1 22 25 0 C F5 3A 48
Octal 225 216 341 42 45 0 14 365 72 110
Binary 10010101 10001110 11100001 100010 100101 0 1100 11110101 111010 1001000

Color Harmonies of #958EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958EE1

Black with #958EE1

Text Example


Text Example

White with #958EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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