Html Css Color HEX #917CF0 Light Slate Blue

📋 copy color: '#917CF0'

red 145 ◦ green 124 ◦ blue 240

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

Shades of Light Slate Blue #917CF0

Tints of Light Slate Blue #917CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.15%

R = 28.49%
G = 24.36%
B = 47.15%

CMYK

 C value IS 0.40

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#917CF0 (or 0x917CF0) is known color: Light Slate Blue. HEX triplet: 91, 7C and F0. RGB value is (145,124,240). Sum of RGB (Red+Green+Blue) = 145+124+240=509 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.49% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 240 (94.14% from 255 or 47.15% from 509); Max value from RGB is 240 - color contains mainly: blue. Hex color #917CF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917CF0 is #6E830F. Grayscale: #8F8F8F. Windows color (decimal): -7242512 or 15760529. OLE color: 15760529.

HSL color Cylindrical-coordinate representation of color #917CF0: hue angle of 250.86º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #917CF0 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 145 124 240 -
CMYK 0.40 0.48 0 0.06
HSL 250.86º 0.79% 0.71% -
HSV(B) 250.86º 0.48% 0.94% -
XYZ 34.61 26.73 85.77 -
YUV 143.5 182.46 129.07 -
System Red Green Blue C M Y K H S L
Decimal 145 124 240 0.40 0.48 0 0.06 250.86 0.79 0.71
Hex 91 7C F0 28 30 0 6 FB 4F 47
Octal 221 174 360 50 60 0 6 373 117 107
Binary 10010001 1111100 11110000 101000 110000 0 110 11111011 1001111 1000111

Color Harmonies of #917CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917CF0

Black with #917CF0

Text Example


Text Example

White with #917CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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