Html Css Color HEX #764AF2 Medium Slate Blue

📋 copy color: '#764AF2'

red 118 ◦ green 74 ◦ blue 242

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

Shades of Medium Slate Blue #764AF2

Tints of Medium Slate Blue #764AF2

RGB

 RED value IS 118 (46.48% from 255) = 27.19%

 GREEN value IS 74 (29.3% from 255) = 17.05%

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

R = 27.19%
G = 17.05%
B = 55.76%

CMYK

 C value IS 0.51

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#764AF2 (or 0x764AF2) is known color: Medium Slate Blue. HEX triplet: 76, 4A and F2. RGB value is (118,74,242). Sum of RGB (Red+Green+Blue) = 118+74+242=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 74 (29.30% from 255 or 17.05% from 434); Blue value is 242 (94.92% from 255 or 55.76% from 434); Max value from RGB is 242 - color contains mainly: blue. Hex color #764AF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #764AF2 is #89B50D. Grayscale: #696969. Windows color (decimal): -9024782 or 15878774. OLE color: 15878774.

HSL color Cylindrical-coordinate representation of color #764AF2: hue angle of 255.71º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #764AF2 is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 118 74 242 -
CMYK 0.51 0.69 0 0.05
HSL 255.71º 0.87% 0.62% -
HSV(B) 255.71º 0.69% 0.95% -
XYZ 25.95 15.16 85.56 -
YUV 106.31 204.58 136.34 -
System Red Green Blue C M Y K H S L
Decimal 118 74 242 0.51 0.69 0 0.05 255.71 0.87 0.62
Hex 76 4A F2 33 45 0 5 100 57 3E
Octal 166 112 362 63 105 0 5 400 127 76
Binary 1110110 1001010 11110010 110011 1000101 0 101 100000000 1010111 111110

Color Harmonies of #764AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764AF2

Black with #764AF2

Text Example


Text Example

White with #764AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764AF2; }

 p { color: rgb(118,74,242); }

 H1.HeaderClassName
 {
   color: #764AF2;
 }
 .AnyTagClassName
 {
   color: #764AF2;
 }
</style>

background-color css

<style>
 a { background-color: #764AF2; }

 a { background-color: rgb(118,74,242); }

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

border-color css

<style>
 span { border-color: #764AF2; }

 span { border-color: rgb(118,74,242); }

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