Html Css Color HEX #7859DD Slate Blue

📋 copy color: '#7859DD'

red 120 ◦ green 89 ◦ blue 221

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

Shades of Slate Blue #7859DD

Tints of Slate Blue #7859DD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.7%

 BLUE value IS 221 (86.72% from 255) = 51.4%

R = 27.91%
G = 20.7%
B = 51.4%

CMYK

 C value IS 0.46

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7859DD (or 0x7859DD) is known color: Slate Blue. HEX triplet: 78, 59 and DD. RGB value is (120,89,221). Sum of RGB (Red+Green+Blue) = 120+89+221=430 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.91% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #7859DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7859DD is #87A622. Grayscale: #707070. Windows color (decimal): -8889891 or 14506360. OLE color: 14506360.

HSL color Cylindrical-coordinate representation of color #7859DD: hue angle of 254.09º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7859DD is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 89 221 -
CMYK 0.46 0.60 0 0.13
HSL 254.09º 0.66% 0.61% -
HSV(B) 254.09º 0.6% 0.87% -
XYZ 24.37 16.36 70.28 -
YUV 113.32 188.77 132.77 -
System Red Green Blue C M Y K H S L
Decimal 120 89 221 0.46 0.60 0 0.13 254.09 0.66 0.61
Hex 78 59 DD 2E 3C 0 D FE 42 3D
Octal 170 131 335 56 74 0 15 376 102 75
Binary 1111000 1011001 11011101 101110 111100 0 1101 11111110 1000010 111101

Color Harmonies of #7859DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7859DD

Black with #7859DD

Text Example


Text Example

White with #7859DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7859DD; }

 p { color: rgb(120,89,221); }

 H1.HeaderClassName
 {
   color: #7859DD;
 }
 .AnyTagClassName
 {
   color: #7859DD;
 }
</style>

background-color css

<style>
 a { background-color: #7859DD; }

 a { background-color: rgb(120,89,221); }

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

border-color css

<style>
 span { border-color: #7859DD; }

 span { border-color: rgb(120,89,221); }

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