Html Css Color HEX #7466F2 Medium Slate Blue

📋 copy color: '#7466F2'

red 116 ◦ green 102 ◦ blue 242

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

Shades of Medium Slate Blue #7466F2

Tints of Medium Slate Blue #7466F2

RGB

 RED value IS 116 (45.7% from 255) = 25.22%

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

 BLUE value IS 242 (94.92% from 255) = 52.61%

R = 25.22%
G = 22.17%
B = 52.61%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7466F2 (or 0x7466F2) is known color: Medium Slate Blue. HEX triplet: 74, 66 and F2. RGB value is (116,102,242). Sum of RGB (Red+Green+Blue) = 116+102+242=460 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.22% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 242 (94.92% from 255 or 52.61% from 460); Max value from RGB is 242 - color contains mainly: blue. Hex color #7466F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7466F2 is #8B990D. Grayscale: #797979. Windows color (decimal): -9148686 or 15885940. OLE color: 15885940.

HSL color Cylindrical-coordinate representation of color #7466F2: hue angle of 246º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7466F2 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 102 242 -
CMYK 0.52 0.58 0 0.05
HSL 246º 0.84% 0.67% -
HSV(B) 246º 0.58% 0.95% -
XYZ 27.98 19.63 86.32 -
YUV 122.15 195.64 123.62 -
System Red Green Blue C M Y K H S L
Decimal 116 102 242 0.52 0.58 0 0.05 246 0.84 0.67
Hex 74 66 F2 34 3A 0 5 F6 54 43
Octal 164 146 362 64 72 0 5 366 124 103
Binary 1110100 1100110 11110010 110100 111010 0 101 11110110 1010100 1000011

Color Harmonies of #7466F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7466F2

Black with #7466F2

Text Example


Text Example

White with #7466F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7466F2; }

 p { color: rgb(116,102,242); }

 H1.HeaderClassName
 {
   color: #7466F2;
 }
 .AnyTagClassName
 {
   color: #7466F2;
 }
</style>

background-color css

<style>
 a { background-color: #7466F2; }

 a { background-color: rgb(116,102,242); }

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

border-color css

<style>
 span { border-color: #7466F2; }

 span { border-color: rgb(116,102,242); }

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