Html Css Color HEX #958ECF Blue Bell

📋 copy color: '#958ECF'

red 149 ◦ green 142 ◦ blue 207

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

Shades of Blue Bell #958ECF

Tints of Blue Bell #958ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.57%

R = 29.92%
G = 28.51%
B = 41.57%

CMYK

 C value IS 0.28

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#958ECF (or 0x958ECF) is known color: Blue Bell. HEX triplet: 95, 8E and CF. RGB value is (149,142,207). Sum of RGB (Red+Green+Blue) = 149+142+207=498 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.92% from 498); Green value is 142 (55.86% from 255 or 28.51% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #958ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958ECF is #6A7130. Grayscale: #979797. Windows color (decimal): -6975793 or 13602453. OLE color: 13602453.

HSL color Cylindrical-coordinate representation of color #958ECF: hue angle of 246.46º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #958ECF is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 142 207 -
CMYK 0.28 0.31 0 0.19
HSL 246.46º 0.4% 0.68% -
HSV(B) 246.46º 0.31% 0.81% -
XYZ 33.33 30.24 63.11 -
YUV 151.5 159.32 126.21 -
System Red Green Blue C M Y K H S L
Decimal 149 142 207 0.28 0.31 0 0.19 246.46 0.4 0.68
Hex 95 8E CF 1C 1F 0 13 F6 28 44
Octal 225 216 317 34 37 0 23 366 50 104
Binary 10010101 10001110 11001111 11100 11111 0 10011 11110110 101000 1000100

Color Harmonies of #958ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958ECF

Black with #958ECF

Text Example


Text Example

White with #958ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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