Html Css Color HEX #958FFE Light Slate Blue

📋 copy color: '#958FFE'

red 149 ◦ green 143 ◦ blue 254

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

Shades of Light Slate Blue #958FFE

Tints of Light Slate Blue #958FFE

RGB

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

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

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

R = 27.29%
G = 26.19%
B = 46.52%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#958FFE (or 0x958FFE) is known color: Light Slate Blue. HEX triplet: 95, 8F and FE. RGB value is (149,143,254). Sum of RGB (Red+Green+Blue) = 149+143+254=546 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.29% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #958FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958FFE is #6A7001. Grayscale: #9D9D9D. Windows color (decimal): -6975490 or 16682901. OLE color: 16682901.

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

Color convert

RGB 149 143 254 -
CMYK 0.41 0.44 0 0.00
HSL 243.24º 0.98% 0.78% -
HSV(B) 243.24º 0.44% 1% -
XYZ 40.11 33.19 98.06 -
YUV 157.45 182.49 121.97 -
System Red Green Blue C M Y K H S L
Decimal 149 143 254 0.41 0.44 0 0.00 243.24 0.98 0.78
Hex 95 8F FE 29 2C 0 0 F3 62 4E
Octal 225 217 376 51 54 0 0 363 142 116
Binary 10010101 10001111 11111110 101001 101100 0 0 11110011 1100010 1001110

Color Harmonies of #958FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958FFE

Black with #958FFE

Text Example


Text Example

White with #958FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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