Html Css Color HEX #7F63FE Light Slate Blue

📋 copy color: '#7F63FE'

red 127 ◦ green 99 ◦ blue 254

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

Shades of Light Slate Blue #7F63FE

Tints of Light Slate Blue #7F63FE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.63%

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

R = 26.46%
G = 20.63%
B = 52.92%

CMYK

 C value IS 0.50

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7F63FE (or 0x7F63FE) is known color: Light Slate Blue. HEX triplet: 7F, 63 and FE. RGB value is (127,99,254). Sum of RGB (Red+Green+Blue) = 127+99+254=480 (63% of max value = 765). Red value is 127 (50% from 255 or 26.46% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F63FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F63FE is #809C01. Grayscale: #7C7C7C. Windows color (decimal): -8428546 or 16671615. OLE color: 16671615.

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

Color convert

RGB 127 99 254 -
CMYK 0.50 0.61 0 0.00
HSL 250.84º 0.99% 0.69% -
HSV(B) 250.84º 0.61% 1% -
XYZ 31.1 20.59 96.1 -
YUV 125.04 200.78 129.4 -
System Red Green Blue C M Y K H S L
Decimal 127 99 254 0.50 0.61 0 0.00 250.84 0.99 0.69
Hex 7F 63 FE 32 3D 0 0 FB 63 45
Octal 177 143 376 62 75 0 0 373 143 105
Binary 1111111 1100011 11111110 110010 111101 0 0 11111011 1100011 1000101

Color Harmonies of #7F63FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F63FE

Black with #7F63FE

Text Example


Text Example

White with #7F63FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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