Html Css Color HEX #7F63FF Light Slate Blue

📋 copy color: '#7F63FF'

red 127 ◦ green 99 ◦ blue 255

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

Shades of Light Slate Blue #7F63FF

Tints of Light Slate Blue #7F63FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.01%

R = 26.4%
G = 20.58%
B = 53.01%

CMYK

 C value IS 0.50

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7F63FF (or 0x7F63FF) is known color: Light Slate Blue. HEX triplet: 7F, 63 and FF. RGB value is (127,99,255). Sum of RGB (Red+Green+Blue) = 127+99+255=481 (63% of max value = 765). Red value is 127 (50% from 255 or 26.40% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F63FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F63FF is #809C00. Grayscale: #7C7C7C. Windows color (decimal): -8428545 or 16737151. OLE color: 16737151.

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

Color convert

RGB 127 99 255 -
CMYK 0.50 0.61 0 0
HSL 250.77º 1% 0.69% -
HSV(B) 250.77º 0.61% 1% -
XYZ 31.26 20.66 96.95 -
YUV 125.16 201.28 129.32 -
System Red Green Blue C M Y K H S L
Decimal 127 99 255 0.50 0.61 0 0 250.77 1 0.69
Hex 7F 63 FF 32 3D 0 0 FB 64 45
Octal 177 143 377 62 75 0 0 373 144 105
Binary 1111111 1100011 11111111 110010 111101 0 0 11111011 1100100 1000101

Color Harmonies of #7F63FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F63FF

Black with #7F63FF

Text Example


Text Example

White with #7F63FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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