Html Css Color HEX #7F66ED Medium Slate Blue

📋 copy color: '#7F66ED'

red 127 ◦ green 102 ◦ blue 237

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

Shades of Medium Slate Blue #7F66ED

Tints of Medium Slate Blue #7F66ED

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.89%

 BLUE value IS 237 (92.97% from 255) = 50.86%

R = 27.25%
G = 21.89%
B = 50.86%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7F66ED (or 0x7F66ED) is known color: Medium Slate Blue. HEX triplet: 7F, 66 and ED. RGB value is (127,102,237). Sum of RGB (Red+Green+Blue) = 127+102+237=466 (61% of max value = 765). Red value is 127 (50% from 255 or 27.25% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #7F66ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F66ED is #809912. Grayscale: #7C7C7C. Windows color (decimal): -8427795 or 15558271. OLE color: 15558271.

HSL color Cylindrical-coordinate representation of color #7F66ED: hue angle of 251.11º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F66ED is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 127 102 237 -
CMYK 0.46 0.57 0 0.07
HSL 251.11º 0.79% 0.66% -
HSV(B) 251.11º 0.57% 0.93% -
XYZ 28.79 20.13 82.49 -
YUV 124.87 191.28 129.52 -
System Red Green Blue C M Y K H S L
Decimal 127 102 237 0.46 0.57 0 0.07 251.11 0.79 0.66
Hex 7F 66 ED 2E 39 0 7 FB 4F 42
Octal 177 146 355 56 71 0 7 373 117 102
Binary 1111111 1100110 11101101 101110 111001 0 111 11111011 1001111 1000010

Color Harmonies of #7F66ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F66ED

Black with #7F66ED

Text Example


Text Example

White with #7F66ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,102,237); }

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

background-color css

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

 a { background-color: rgb(127,102,237); }

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

border-color css

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

 span { border-color: rgb(127,102,237); }

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