Html Css Color HEX #958CDF Blue Bell

📋 copy color: '#958CDF'

red 149 ◦ green 140 ◦ blue 223

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

Shades of Blue Bell #958CDF

Tints of Blue Bell #958CDF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.34%

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

R = 29.1%
G = 27.34%
B = 43.55%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#958CDF (or 0x958CDF) is known color: Blue Bell. HEX triplet: 95, 8C and DF. RGB value is (149,140,223). Sum of RGB (Red+Green+Blue) = 149+140+223=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #958CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958CDF is #6A7320. Grayscale: #979797. Windows color (decimal): -6976289 or 14650517. OLE color: 14650517.

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

Color convert

RGB 149 140 223 -
CMYK 0.33 0.37 0 0.13
HSL 246.51º 0.56% 0.71% -
HSV(B) 246.51º 0.37% 0.87% -
XYZ 35.09 30.47 73.84 -
YUV 152.15 167.98 125.75 -
System Red Green Blue C M Y K H S L
Decimal 149 140 223 0.33 0.37 0 0.13 246.51 0.56 0.71
Hex 95 8C DF 21 25 0 D F7 38 47
Octal 225 214 337 41 45 0 15 367 70 107
Binary 10010101 10001100 11011111 100001 100101 0 1101 11110111 111000 1000111

Color Harmonies of #958CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958CDF

Black with #958CDF

Text Example


Text Example

White with #958CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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