Html Css Color HEX #7842FA Medium Slate Blue

📋 copy color: '#7842FA'

red 120 ◦ green 66 ◦ blue 250

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

Shades of Medium Slate Blue #7842FA

Tints of Medium Slate Blue #7842FA

RGB

 RED value IS 120 (47.27% from 255) = 27.52%

 GREEN value IS 66 (26.17% from 255) = 15.14%

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

R = 27.52%
G = 15.14%
B = 57.34%

CMYK

 C value IS 0.52

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7842FA (or 0x7842FA) is known color: Medium Slate Blue. HEX triplet: 78, 42 and FA. RGB value is (120,66,250). Sum of RGB (Red+Green+Blue) = 120+66+250=436 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.52% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #7842FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7842FA is #87BD05. Grayscale: #666666. Windows color (decimal): -8895750 or 16401016. OLE color: 16401016.

HSL color Cylindrical-coordinate representation of color #7842FA: hue angle of 257.61º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7842FA is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 120 66 250 -
CMYK 0.52 0.74 0 0.02
HSL 257.61º 0.95% 0.62% -
HSV(B) 257.61º 0.74% 0.98% -
XYZ 26.95 14.79 91.88 -
YUV 103.12 210.89 140.04 -
System Red Green Blue C M Y K H S L
Decimal 120 66 250 0.52 0.74 0 0.02 257.61 0.95 0.62
Hex 78 42 FA 34 4A 0 2 102 5F 3E
Octal 170 102 372 64 112 0 2 402 137 76
Binary 1111000 1000010 11111010 110100 1001010 0 10 100000010 1011111 111110

Color Harmonies of #7842FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7842FA

Black with #7842FA

Text Example


Text Example

White with #7842FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7842FA; }

 p { color: rgb(120,66,250); }

 H1.HeaderClassName
 {
   color: #7842FA;
 }
 .AnyTagClassName
 {
   color: #7842FA;
 }
</style>

background-color css

<style>
 a { background-color: #7842FA; }

 a { background-color: rgb(120,66,250); }

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

border-color css

<style>
 span { border-color: #7842FA; }

 span { border-color: rgb(120,66,250); }

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