Html Css Color HEX #958FDF Blue Bell

📋 copy color: '#958FDF'

red 149 ◦ green 143 ◦ blue 223

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

Shades of Blue Bell #958FDF

Tints of Blue Bell #958FDF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.77%

 BLUE value IS 223 (87.5% from 255) = 43.3%

R = 28.93%
G = 27.77%
B = 43.3%

CMYK

 C value IS 0.33

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#958FDF (or 0x958FDF) is known color: Blue Bell. HEX triplet: 95, 8F and DF. RGB value is (149,143,223). Sum of RGB (Red+Green+Blue) = 149+143+223=515 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.93% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #958FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958FDF is #6A7020. Grayscale: #999999. Windows color (decimal): -6975521 or 14651285. OLE color: 14651285.

HSL color Cylindrical-coordinate representation of color #958FDF: hue angle of 244.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #958FDF is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 143 223 -
CMYK 0.33 0.36 0 0.13
HSL 244.5º 0.56% 0.72% -
HSV(B) 244.5º 0.36% 0.87% -
XYZ 35.54 31.36 73.99 -
YUV 153.91 166.99 124.5 -
System Red Green Blue C M Y K H S L
Decimal 149 143 223 0.33 0.36 0 0.13 244.5 0.56 0.72
Hex 95 8F DF 21 24 0 D F4 38 48
Octal 225 217 337 41 44 0 15 364 70 110
Binary 10010101 10001111 11011111 100001 100100 0 1101 11110100 111000 1001000

Color Harmonies of #958FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958FDF

Black with #958FDF

Text Example


Text Example

White with #958FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,143,223); }

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

background-color css

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

 a { background-color: rgb(149,143,223); }

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

border-color css

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

 span { border-color: rgb(149,143,223); }

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