Html Css Color HEX #784FFB Medium Slate Blue

📋 copy color: '#784FFB'

red 120 ◦ green 79 ◦ blue 251

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

Shades of Medium Slate Blue #784FFB

Tints of Medium Slate Blue #784FFB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.56%

 BLUE value IS 251 (98.44% from 255) = 55.78%

R = 26.67%
G = 17.56%
B = 55.78%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#784FFB (or 0x784FFB) is known color: Medium Slate Blue. HEX triplet: 78, 4F and FB. RGB value is (120,79,251). Sum of RGB (Red+Green+Blue) = 120+79+251=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 79 (31.25% from 255 or 17.56% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #784FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #784FFB is #87B004. Grayscale: #6E6E6E. Windows color (decimal): -8892421 or 16469880. OLE color: 16469880.

HSL color Cylindrical-coordinate representation of color #784FFB: hue angle of 254.3º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #784FFB is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 120 79 251 -
CMYK 0.52 0.69 0 0.02
HSL 254.3º 0.96% 0.65% -
HSV(B) 254.3º 0.69% 0.98% -
XYZ 27.95 16.55 92.99 -
YUV 110.87 207.08 134.51 -
System Red Green Blue C M Y K H S L
Decimal 120 79 251 0.52 0.69 0 0.02 254.3 0.96 0.65
Hex 78 4F FB 34 45 0 2 FE 60 41
Octal 170 117 373 64 105 0 2 376 140 101
Binary 1111000 1001111 11111011 110100 1000101 0 10 11111110 1100000 1000001

Color Harmonies of #784FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784FFB

Black with #784FFB

Text Example


Text Example

White with #784FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784FFB; }

 p { color: rgb(120,79,251); }

 H1.HeaderClassName
 {
   color: #784FFB;
 }
 .AnyTagClassName
 {
   color: #784FFB;
 }
</style>

background-color css

<style>
 a { background-color: #784FFB; }

 a { background-color: rgb(120,79,251); }

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

border-color css

<style>
 span { border-color: #784FFB; }

 span { border-color: rgb(120,79,251); }

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