Html Css Color HEX #7241FA Medium Slate Blue

📋 copy color: '#7241FA'

red 114 ◦ green 65 ◦ blue 250

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

Shades of Medium Slate Blue #7241FA

Tints of Medium Slate Blue #7241FA

RGB

 RED value IS 114 (44.92% from 255) = 26.57%

 GREEN value IS 65 (25.78% from 255) = 15.15%

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

R = 26.57%
G = 15.15%
B = 58.28%

CMYK

 C value IS 0.54

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7241FA (or 0x7241FA) is known color: Medium Slate Blue. HEX triplet: 72, 41 and FA. RGB value is (114,65,250). Sum of RGB (Red+Green+Blue) = 114+65+250=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #7241FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7241FA is #8DBE05. Grayscale: #646464. Windows color (decimal): -9289222 or 16400754. OLE color: 16400754.

HSL color Cylindrical-coordinate representation of color #7241FA: hue angle of 255.89º 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 #7241FA is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 114 65 250 -
CMYK 0.54 0.74 0 0.02
HSL 255.89º 0.95% 0.62% -
HSV(B) 255.89º 0.74% 0.98% -
XYZ 26.09 14.26 91.82 -
YUV 100.74 212.23 137.46 -
System Red Green Blue C M Y K H S L
Decimal 114 65 250 0.54 0.74 0 0.02 255.89 0.95 0.62
Hex 72 41 FA 36 4A 0 2 100 5F 3E
Octal 162 101 372 66 112 0 2 400 137 76
Binary 1110010 1000001 11111010 110110 1001010 0 10 100000000 1011111 111110

Color Harmonies of #7241FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7241FA

Black with #7241FA

Text Example


Text Example

White with #7241FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,65,250); }

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

background-color css

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

 a { background-color: rgb(114,65,250); }

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

border-color css

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

 span { border-color: rgb(114,65,250); }

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