Html Css Color HEX #958CFE Light Slate Blue

📋 copy color: '#958CFE'

red 149 ◦ green 140 ◦ blue 254

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

Shades of Light Slate Blue #958CFE

Tints of Light Slate Blue #958CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.78%

R = 27.44%
G = 25.78%
B = 46.78%

CMYK

 C value IS 0.41

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#958CFE (or 0x958CFE) is known color: Light Slate Blue. HEX triplet: 95, 8C and FE. RGB value is (149,140,254). Sum of RGB (Red+Green+Blue) = 149+140+254=543 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.44% from 543); Green value is 140 (55.08% from 255 or 25.78% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #958CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958CFE is #6A7301. Grayscale: #9B9B9B. Windows color (decimal): -6976258 or 16682133. OLE color: 16682133.

HSL color Cylindrical-coordinate representation of color #958CFE: hue angle of 244.74º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #958CFE is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 149 140 254 -
CMYK 0.41 0.45 0 0.00
HSL 244.74º 0.98% 0.77% -
HSV(B) 244.74º 0.45% 1% -
XYZ 39.66 32.3 97.91 -
YUV 155.69 183.48 123.23 -
System Red Green Blue C M Y K H S L
Decimal 149 140 254 0.41 0.45 0 0.00 244.74 0.98 0.77
Hex 95 8C FE 29 2D 0 0 F5 62 4D
Octal 225 214 376 51 55 0 0 365 142 115
Binary 10010101 10001100 11111110 101001 101101 0 0 11110101 1100010 1001101

Color Harmonies of #958CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958CFE

Black with #958CFE

Text Example


Text Example

White with #958CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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