Html Css Color HEX #917CFC Light Slate Blue

📋 copy color: '#917CFC'

red 145 ◦ green 124 ◦ blue 252

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

Shades of Light Slate Blue #917CFC

Tints of Light Slate Blue #917CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.37%

R = 27.83%
G = 23.8%
B = 48.37%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#917CFC (or 0x917CFC) is known color: Light Slate Blue. HEX triplet: 91, 7C and FC. RGB value is (145,124,252). Sum of RGB (Red+Green+Blue) = 145+124+252=521 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.83% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #917CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917CFC is #6E8303. Grayscale: #909090. Windows color (decimal): -7242500 or 16546961. OLE color: 16546961.

HSL color Cylindrical-coordinate representation of color #917CFC: hue angle of 249.84º degrees, saturation: 0.96, 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 #917CFC is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 145 124 252 -
CMYK 0.42 0.51 0 0.01
HSL 249.84º 0.96% 0.74% -
HSV(B) 249.84º 0.51% 0.99% -
XYZ 36.46 27.46 95.48 -
YUV 144.87 188.46 128.09 -
System Red Green Blue C M Y K H S L
Decimal 145 124 252 0.42 0.51 0 0.01 249.84 0.96 0.74
Hex 91 7C FC 2A 33 0 1 FA 60 4A
Octal 221 174 374 52 63 0 1 372 140 112
Binary 10010001 1111100 11111100 101010 110011 0 1 11111010 1100000 1001010

Color Harmonies of #917CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917CFC

Black with #917CFC

Text Example


Text Example

White with #917CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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