Html Css Color HEX #7F64FA Medium Slate Blue

📋 copy color: '#7F64FA'

red 127 ◦ green 100 ◦ blue 250

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

Shades of Medium Slate Blue #7F64FA

Tints of Medium Slate Blue #7F64FA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.96%

 BLUE value IS 250 (98.05% from 255) = 52.41%

R = 26.62%
G = 20.96%
B = 52.41%

CMYK

 C value IS 0.49

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7F64FA (or 0x7F64FA) is known color: Medium Slate Blue. HEX triplet: 7F, 64 and FA. RGB value is (127,100,250). Sum of RGB (Red+Green+Blue) = 127+100+250=477 (63% of max value = 765). Red value is 127 (50% from 255 or 26.62% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #7F64FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F64FA is #809B05. Grayscale: #7C7C7C. Windows color (decimal): -8428294 or 16409727. OLE color: 16409727.

HSL color Cylindrical-coordinate representation of color #7F64FA: hue angle of 250.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7F64FA is Cyan = 0.49, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 127 100 250 -
CMYK 0.49 0.6 0 0.02
HSL 250.8º 0.94% 0.69% -
HSV(B) 250.8º 0.6% 0.98% -
XYZ 30.56 20.53 92.79 -
YUV 125.17 198.45 129.3 -
System Red Green Blue C M Y K H S L
Decimal 127 100 250 0.49 0.6 0 0.02 250.8 0.94 0.69
Hex 7F 64 FA 31 3C 0 2 FB 5E 45
Octal 177 144 372 61 74 0 2 373 136 105
Binary 1111111 1100100 11111010 110001 111100 0 10 11111011 1011110 1000101

Color Harmonies of #7F64FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F64FA

Black with #7F64FA

Text Example


Text Example

White with #7F64FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,100,250); }

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

background-color css

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

 a { background-color: rgb(127,100,250); }

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

border-color css

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

 span { border-color: rgb(127,100,250); }

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