Html Css Color HEX #7F75EA Medium Slate Blue

📋 copy color: '#7F75EA'

red 127 ◦ green 117 ◦ blue 234

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

Shades of Medium Slate Blue #7F75EA

Tints of Medium Slate Blue #7F75EA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.48%

 BLUE value IS 234 (91.8% from 255) = 48.95%

R = 26.57%
G = 24.48%
B = 48.95%

CMYK

 C value IS 0.46

 M value IS 0.5

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7F75EA (or 0x7F75EA) is known color: Medium Slate Blue. HEX triplet: 7F, 75 and EA. RGB value is (127,117,234). Sum of RGB (Red+Green+Blue) = 127+117+234=478 (63% of max value = 765). Red value is 127 (50% from 255 or 26.57% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #7F75EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F75EA is #808A15. Grayscale: #848484. Windows color (decimal): -8423958 or 15365503. OLE color: 15365503.

HSL color Cylindrical-coordinate representation of color #7F75EA: hue angle of 245.13º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F75EA is Cyan = 0.46, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 127 117 234 -
CMYK 0.46 0.5 0 0.08
HSL 245.13º 0.74% 0.69% -
HSV(B) 245.13º 0.5% 0.92% -
XYZ 29.96 23.18 80.74 -
YUV 133.33 184.81 123.49 -
System Red Green Blue C M Y K H S L
Decimal 127 117 234 0.46 0.5 0 0.08 245.13 0.74 0.69
Hex 7F 75 EA 2E 32 0 8 F5 4A 45
Octal 177 165 352 56 62 0 10 365 112 105
Binary 1111111 1110101 11101010 101110 110010 0 1000 11110101 1001010 1000101

Color Harmonies of #7F75EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F75EA

Black with #7F75EA

Text Example


Text Example

White with #7F75EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,117,234); }

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

background-color css

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

 a { background-color: rgb(127,117,234); }

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

border-color css

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

 span { border-color: rgb(127,117,234); }

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