Html Css Color HEX #917CFD Light Slate Blue

📋 copy color: '#917CFD'

red 145 ◦ green 124 ◦ blue 253

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

Shades of Light Slate Blue #917CFD

Tints of Light Slate Blue #917CFD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.75%

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

R = 27.78%
G = 23.75%
B = 48.47%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#917CFD (or 0x917CFD) is known color: Light Slate Blue. HEX triplet: 91, 7C and FD. RGB value is (145,124,253). Sum of RGB (Red+Green+Blue) = 145+124+253=522 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.78% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #917CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917CFD is #6E8302. Grayscale: #909090. Windows color (decimal): -7242499 or 16612497. OLE color: 16612497.

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

Color convert

RGB 145 124 253 -
CMYK 0.43 0.51 0 0.01
HSL 249.77º 0.97% 0.74% -
HSV(B) 249.77º 0.51% 0.99% -
XYZ 36.61 27.53 96.31 -
YUV 144.99 188.96 128.01 -
System Red Green Blue C M Y K H S L
Decimal 145 124 253 0.43 0.51 0 0.01 249.77 0.97 0.74
Hex 91 7C FD 2B 33 0 1 FA 61 4A
Octal 221 174 375 53 63 0 1 372 141 112
Binary 10010001 1111100 11111101 101011 110011 0 1 11111010 1100001 1001010

Color Harmonies of #917CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917CFD

Black with #917CFD

Text Example


Text Example

White with #917CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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