Html Css Color HEX #915CFD Light Slate Blue

📋 copy color: '#915CFD'

red 145 ◦ green 92 ◦ blue 253

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

Shades of Light Slate Blue #915CFD

Tints of Light Slate Blue #915CFD

RGB

 RED value IS 145 (57.03% from 255) = 29.59%

 GREEN value IS 92 (36.33% from 255) = 18.78%

 BLUE value IS 253 (99.22% from 255) = 51.63%

R = 29.59%
G = 18.78%
B = 51.63%

CMYK

 C value IS 0.43

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#915CFD (or 0x915CFD) is known color: Light Slate Blue. HEX triplet: 91, 5C and FD. RGB value is (145,92,253). Sum of RGB (Red+Green+Blue) = 145+92+253=490 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.59% from 490); Green value is 92 (36.33% from 255 or 18.78% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #915CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915CFD is #6EA302. Grayscale: #7D7D7D. Windows color (decimal): -7250691 or 16604305. OLE color: 16604305.

HSL color Cylindrical-coordinate representation of color #915CFD: hue angle of 259.75º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #915CFD is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 145 92 253 -
CMYK 0.43 0.64 0 0.01
HSL 259.75º 0.98% 0.68% -
HSV(B) 259.75º 0.64% 0.99% -
XYZ 33.23 20.77 95.19 -
YUV 126.2 199.56 141.41 -
System Red Green Blue C M Y K H S L
Decimal 145 92 253 0.43 0.64 0 0.01 259.75 0.98 0.68
Hex 91 5C FD 2B 40 0 1 104 62 44
Octal 221 134 375 53 100 0 1 404 142 104
Binary 10010001 1011100 11111101 101011 1000000 0 1 100000100 1100010 1000100

Color Harmonies of #915CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915CFD

Black with #915CFD

Text Example


Text Example

White with #915CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915CFD; }

 p { color: rgb(145,92,253); }

 H1.HeaderClassName
 {
   color: #915CFD;
 }
 .AnyTagClassName
 {
   color: #915CFD;
 }
</style>

background-color css

<style>
 a { background-color: #915CFD; }

 a { background-color: rgb(145,92,253); }

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

border-color css

<style>
 span { border-color: #915CFD; }

 span { border-color: rgb(145,92,253); }

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