Html Css Color HEX #7F7CF1 Light Slate Blue

📋 copy color: '#7F7CF1'

red 127 ◦ green 124 ◦ blue 241

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

Shades of Light Slate Blue #7F7CF1

Tints of Light Slate Blue #7F7CF1

RGB

 RED value IS 127 (50% from 255) = 25.81%

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

 BLUE value IS 241 (94.53% from 255) = 48.98%

R = 25.81%
G = 25.2%
B = 48.98%

CMYK

 C value IS 0.47

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7F7CF1 (or 0x7F7CF1) is known color: Light Slate Blue. HEX triplet: 7F, 7C and F1. RGB value is (127,124,241). Sum of RGB (Red+Green+Blue) = 127+124+241=492 (65% of max value = 765). Red value is 127 (50% from 255 or 25.81% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 241 (94.53% from 255 or 48.98% from 492); Max value from RGB is 241 - color contains mainly: blue. Hex color #7F7CF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F7CF1 is #80830E. Grayscale: #898989. Windows color (decimal): -8422159 or 15826047. OLE color: 15826047.

HSL color Cylindrical-coordinate representation of color #7F7CF1: hue angle of 241.54º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F7CF1 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 127 124 241 -
CMYK 0.47 0.49 0 0.05
HSL 241.54º 0.81% 0.72% -
HSV(B) 241.54º 0.49% 0.95% -
XYZ 31.84 25.28 86.42 -
YUV 138.24 185.99 119.99 -
System Red Green Blue C M Y K H S L
Decimal 127 124 241 0.47 0.49 0 0.05 241.54 0.81 0.72
Hex 7F 7C F1 2F 31 0 5 F2 51 48
Octal 177 174 361 57 61 0 5 362 121 110
Binary 1111111 1111100 11110001 101111 110001 0 101 11110010 1010001 1001000

Color Harmonies of #7F7CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7CF1

Black with #7F7CF1

Text Example


Text Example

White with #7F7CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F7CF1; }

 p { color: rgb(127,124,241); }

 H1.HeaderClassName
 {
   color: #7F7CF1;
 }
 .AnyTagClassName
 {
   color: #7F7CF1;
 }
</style>

background-color css

<style>
 a { background-color: #7F7CF1; }

 a { background-color: rgb(127,124,241); }

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

border-color css

<style>
 span { border-color: #7F7CF1; }

 span { border-color: rgb(127,124,241); }

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