Html Css Color HEX #958FFA Light Slate Blue

📋 copy color: '#958FFA'

red 149 ◦ green 143 ◦ blue 250

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

Shades of Light Slate Blue #958FFA

Tints of Light Slate Blue #958FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.13%

R = 27.49%
G = 26.38%
B = 46.13%

CMYK

 C value IS 0.40

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#958FFA (or 0x958FFA) is known color: Light Slate Blue. HEX triplet: 95, 8F and FA. RGB value is (149,143,250). Sum of RGB (Red+Green+Blue) = 149+143+250=542 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.49% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #958FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958FFA is #6A7005. Grayscale: #9C9C9C. Windows color (decimal): -6975494 or 16420757. OLE color: 16420757.

HSL color Cylindrical-coordinate representation of color #958FFA: hue angle of 243.36º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #958FFA is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 143 250 -
CMYK 0.40 0.43 0 0.02
HSL 243.36º 0.91% 0.77% -
HSV(B) 243.36º 0.43% 0.98% -
XYZ 39.47 32.94 94.72 -
YUV 156.99 180.49 122.3 -
System Red Green Blue C M Y K H S L
Decimal 149 143 250 0.40 0.43 0 0.02 243.36 0.91 0.77
Hex 95 8F FA 28 2B 0 2 F3 5B 4D
Octal 225 217 372 50 53 0 2 363 133 115
Binary 10010101 10001111 11111010 101000 101011 0 10 11110011 1011011 1001101

Color Harmonies of #958FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958FFA

Black with #958FFA

Text Example


Text Example

White with #958FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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