Html Css Color HEX #7851B4 Studio

📋 copy color: '#7851B4'

red 120 ◦ green 81 ◦ blue 180

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

Shades of Studio #7851B4

Tints of Studio #7851B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 47.24%

R = 31.5%
G = 21.26%
B = 47.24%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7851B4 (or 0x7851B4) is known color: Studio. HEX triplet: 78, 51 and B4. RGB value is (120,81,180). Sum of RGB (Red+Green+Blue) = 120+81+180=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 180 (70.70% from 255 or 47.24% from 381); Max value from RGB is 180 - color contains mainly: blue. Hex color #7851B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7851B4 is #87AE4B. Grayscale: #676767. Windows color (decimal): -8891980 or 11817336. OLE color: 11817336.

HSL color Cylindrical-coordinate representation of color #7851B4: hue angle of 263.64º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7851B4 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 120 81 180 -
CMYK 0.33 0.55 0 0.29
HSL 263.64º 0.4% 0.51% -
HSV(B) 263.64º 0.55% 0.71% -
XYZ 18.93 13.17 44.73 -
YUV 103.95 170.92 139.45 -
System Red Green Blue C M Y K H S L
Decimal 120 81 180 0.33 0.55 0 0.29 263.64 0.4 0.51
Hex 78 51 B4 21 37 0 1D 108 28 33
Octal 170 121 264 41 67 0 35 410 50 63
Binary 1111000 1010001 10110100 100001 110111 0 11101 100001000 101000 110011

Color Harmonies of #7851B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7851B4

Black with #7851B4

Text Example


Text Example

White with #7851B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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