Html Css Color HEX #7F6CFE Light Slate Blue

📋 copy color: '#7F6CFE'

red 127 ◦ green 108 ◦ blue 254

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

Shades of Light Slate Blue #7F6CFE

Tints of Light Slate Blue #7F6CFE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.09%

 BLUE value IS 254 (99.61% from 255) = 51.94%

R = 25.97%
G = 22.09%
B = 51.94%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7F6CFE (or 0x7F6CFE) is known color: Light Slate Blue. HEX triplet: 7F, 6C and FE. RGB value is (127,108,254). Sum of RGB (Red+Green+Blue) = 127+108+254=489 (64% of max value = 765). Red value is 127 (50% from 255 or 25.97% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F6CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F6CFE is #809301. Grayscale: #818181. Windows color (decimal): -8426242 or 16673919. OLE color: 16673919.

HSL color Cylindrical-coordinate representation of color #7F6CFE: hue angle of 247.81º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F6CFE is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 127 108 254 -
CMYK 0.50 0.57 0 0.00
HSL 247.81º 0.99% 0.71% -
HSV(B) 247.81º 0.57% 1% -
XYZ 32 22.39 96.4 -
YUV 130.33 197.79 125.63 -
System Red Green Blue C M Y K H S L
Decimal 127 108 254 0.50 0.57 0 0.00 247.81 0.99 0.71
Hex 7F 6C FE 32 39 0 0 F8 63 47
Octal 177 154 376 62 71 0 0 370 143 107
Binary 1111111 1101100 11111110 110010 111001 0 0 11111000 1100011 1000111

Color Harmonies of #7F6CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6CFE

Black with #7F6CFE

Text Example


Text Example

White with #7F6CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,108,254); }

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

background-color css

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

 a { background-color: rgb(127,108,254); }

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

border-color css

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

 span { border-color: rgb(127,108,254); }

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