Html Css Color HEX #785CF2 Medium Slate Blue

📋 copy color: '#785CF2'

red 120 ◦ green 92 ◦ blue 242

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

Shades of Medium Slate Blue #785CF2

Tints of Medium Slate Blue #785CF2

RGB

 RED value IS 120 (47.27% from 255) = 26.43%

 GREEN value IS 92 (36.33% from 255) = 20.26%

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

R = 26.43%
G = 20.26%
B = 53.3%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#785CF2 (or 0x785CF2) is known color: Medium Slate Blue. HEX triplet: 78, 5C and F2. RGB value is (120,92,242). Sum of RGB (Red+Green+Blue) = 120+92+242=454 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.43% from 454); Green value is 92 (36.33% from 255 or 20.26% from 454); Blue value is 242 (94.92% from 255 or 53.30% from 454); Max value from RGB is 242 - color contains mainly: blue. Hex color #785CF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785CF2 is #87A30D. Grayscale: #747474. Windows color (decimal): -8889102 or 15883384. OLE color: 15883384.

HSL color Cylindrical-coordinate representation of color #785CF2: hue angle of 251.2º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #785CF2 is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 120 92 242 -
CMYK 0.50 0.62 0 0.05
HSL 251.2º 0.85% 0.65% -
HSV(B) 251.2º 0.62% 0.95% -
XYZ 27.6 18.06 86.04 -
YUV 117.47 198.28 129.8 -
System Red Green Blue C M Y K H S L
Decimal 120 92 242 0.50 0.62 0 0.05 251.2 0.85 0.65
Hex 78 5C F2 32 3E 0 5 FB 55 41
Octal 170 134 362 62 76 0 5 373 125 101
Binary 1111000 1011100 11110010 110010 111110 0 101 11111011 1010101 1000001

Color Harmonies of #785CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785CF2

Black with #785CF2

Text Example


Text Example

White with #785CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785CF2; }

 p { color: rgb(120,92,242); }

 H1.HeaderClassName
 {
   color: #785CF2;
 }
 .AnyTagClassName
 {
   color: #785CF2;
 }
</style>

background-color css

<style>
 a { background-color: #785CF2; }

 a { background-color: rgb(120,92,242); }

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

border-color css

<style>
 span { border-color: #785CF2; }

 span { border-color: rgb(120,92,242); }

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