Html Css Color HEX #915BFA Light Slate Blue

📋 copy color: '#915BFA'

red 145 ◦ green 91 ◦ blue 250

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

Shades of Light Slate Blue #915BFA

Tints of Light Slate Blue #915BFA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.72%

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

R = 29.84%
G = 18.72%
B = 51.44%

CMYK

 C value IS 0.42

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#915BFA (or 0x915BFA) is known color: Light Slate Blue. HEX triplet: 91, 5B and FA. RGB value is (145,91,250). Sum of RGB (Red+Green+Blue) = 145+91+250=486 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.84% from 486); Green value is 91 (35.94% from 255 or 18.72% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #915BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915BFA is #6EA405. Grayscale: #7C7C7C. Windows color (decimal): -7250950 or 16407441. OLE color: 16407441.

HSL color Cylindrical-coordinate representation of color #915BFA: hue angle of 260.38º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #915BFA is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 145 91 250 -
CMYK 0.42 0.64 0 0.02
HSL 260.38º 0.94% 0.67% -
HSV(B) 260.38º 0.64% 0.98% -
XYZ 32.67 20.4 92.66 -
YUV 125.27 198.39 142.07 -
System Red Green Blue C M Y K H S L
Decimal 145 91 250 0.42 0.64 0 0.02 260.38 0.94 0.67
Hex 91 5B FA 2A 40 0 2 104 5E 43
Octal 221 133 372 52 100 0 2 404 136 103
Binary 10010001 1011011 11111010 101010 1000000 0 10 100000100 1011110 1000011

Color Harmonies of #915BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915BFA

Black with #915BFA

Text Example


Text Example

White with #915BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,91,250); }

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

background-color css

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

 a { background-color: rgb(145,91,250); }

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

border-color css

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

 span { border-color: rgb(145,91,250); }

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