Html Css Color HEX #7851C5 Slate Blue

📋 copy color: '#7851C5'

red 120 ◦ green 81 ◦ blue 197

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

Shades of Slate Blue #7851C5

Tints of Slate Blue #7851C5

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.35%

 BLUE value IS 197 (77.34% from 255) = 49.5%

R = 30.15%
G = 20.35%
B = 49.5%

CMYK

 C value IS 0.39

 M value IS 0.59

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#7851C5 (or 0x7851C5) is known color: Slate Blue. HEX triplet: 78, 51 and C5. RGB value is (120,81,197). Sum of RGB (Red+Green+Blue) = 120+81+197=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 197 (77.34% from 255 or 49.50% from 398); Max value from RGB is 197 - color contains mainly: blue. Hex color #7851C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7851C5 is #87AE3A. Grayscale: #696969. Windows color (decimal): -8891963 or 12931448. OLE color: 12931448.

HSL color Cylindrical-coordinate representation of color #7851C5: hue angle of 260.17º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7851C5 is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 120 81 197 -
CMYK 0.39 0.59 0 0.23
HSL 260.17º 0.5% 0.55% -
HSV(B) 260.17º 0.59% 0.77% -
XYZ 20.77 13.91 54.41 -
YUV 105.89 179.42 138.07 -
System Red Green Blue C M Y K H S L
Decimal 120 81 197 0.39 0.59 0 0.23 260.17 0.5 0.55
Hex 78 51 C5 27 3B 0 17 104 32 37
Octal 170 121 305 47 73 0 27 404 62 67
Binary 1111000 1010001 11000101 100111 111011 0 10111 100000100 110010 110111

Color Harmonies of #7851C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7851C5

Black with #7851C5

Text Example


Text Example

White with #7851C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7851C5; }

 p { color: rgb(120,81,197); }

 H1.HeaderClassName
 {
   color: #7851C5;
 }
 .AnyTagClassName
 {
   color: #7851C5;
 }
</style>

background-color css

<style>
 a { background-color: #7851C5; }

 a { background-color: rgb(120,81,197); }

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

border-color css

<style>
 span { border-color: #7851C5; }

 span { border-color: rgb(120,81,197); }

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