Html Css Color HEX #7742FC Medium Slate Blue

📋 copy color: '#7742FC'

red 119 ◦ green 66 ◦ blue 252

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

Shades of Medium Slate Blue #7742FC

Tints of Medium Slate Blue #7742FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.67%

R = 27.23%
G = 15.1%
B = 57.67%

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

#7742FC (or 0x7742FC) is known color: Medium Slate Blue. HEX triplet: 77, 42 and FC. RGB value is (119,66,252). Sum of RGB (Red+Green+Blue) = 119+66+252=437 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.23% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 252 (98.83% from 255 or 57.67% from 437); Max value from RGB is 252 - color contains mainly: blue. Hex color #7742FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7742FC is #88BD03. Grayscale: #666666. Windows color (decimal): -8961284 or 16532087. OLE color: 16532087.

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

Color convert

RGB 119 66 252 -
CMYK 0.53 0.74 0 0.01
HSL 257.1º 0.97% 0.62% -
HSV(B) 257.1º 0.74% 0.99% -
XYZ 27.13 14.85 93.53 -
YUV 103.05 212.06 139.38 -
System Red Green Blue C M Y K H S L
Decimal 119 66 252 0.53 0.74 0 0.01 257.1 0.97 0.62
Hex 77 42 FC 35 4A 0 1 101 61 3E
Octal 167 102 374 65 112 0 1 401 141 76
Binary 1110111 1000010 11111100 110101 1001010 0 1 100000001 1100001 111110

Color Harmonies of #7742FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7742FC

Black with #7742FC

Text Example


Text Example

White with #7742FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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