Html Css Color HEX #7742FD Medium Slate Blue

📋 copy color: '#7742FD'

red 119 ◦ green 66 ◦ blue 253

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

Shades of Medium Slate Blue #7742FD

Tints of Medium Slate Blue #7742FD

RGB

 RED value IS 119 (46.88% from 255) = 27.17%

 GREEN value IS 66 (26.17% from 255) = 15.07%

 BLUE value IS 253 (99.22% from 255) = 57.76%

R = 27.17%
G = 15.07%
B = 57.76%

CMYK

 C value IS 0.53

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7742FD (or 0x7742FD) is known color: Medium Slate Blue. HEX triplet: 77, 42 and FD. RGB value is (119,66,253). Sum of RGB (Red+Green+Blue) = 119+66+253=438 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.17% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 253 (99.22% from 255 or 57.76% from 438); Max value from RGB is 253 - color contains mainly: blue. Hex color #7742FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7742FD is #88BD02. Grayscale: #666666. Windows color (decimal): -8961283 or 16597623. OLE color: 16597623.

HSL color Cylindrical-coordinate representation of color #7742FD: hue angle of 257.01º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7742FD is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 119 66 253 -
CMYK 0.53 0.74 0 0.01
HSL 257.01º 0.98% 0.63% -
HSV(B) 257.01º 0.74% 0.99% -
XYZ 27.29 14.91 94.37 -
YUV 103.17 212.56 139.29 -
System Red Green Blue C M Y K H S L
Decimal 119 66 253 0.53 0.74 0 0.01 257.01 0.98 0.63
Hex 77 42 FD 35 4A 0 1 101 62 3F
Octal 167 102 375 65 112 0 1 401 142 77
Binary 1110111 1000010 11111101 110101 1001010 0 1 100000001 1100010 111111

Color Harmonies of #7742FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7742FD

Black with #7742FD

Text Example


Text Example

White with #7742FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7742FD; }

 p { color: rgb(119,66,253); }

 H1.HeaderClassName
 {
   color: #7742FD;
 }
 .AnyTagClassName
 {
   color: #7742FD;
 }
</style>

background-color css

<style>
 a { background-color: #7742FD; }

 a { background-color: rgb(119,66,253); }

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

border-color css

<style>
 span { border-color: #7742FD; }

 span { border-color: rgb(119,66,253); }

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