Html Css Color HEX #7853B4 Studio

📋 copy color: '#7853B4'

red 120 ◦ green 83 ◦ blue 180

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

Shades of Studio #7853B4

Tints of Studio #7853B4

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.67%

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

R = 31.33%
G = 21.67%
B = 47%

CMYK

 C value IS 0.33

 M value IS 0.54

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7853B4 (or 0x7853B4) is known color: Studio. HEX triplet: 78, 53 and B4. RGB value is (120,83,180). Sum of RGB (Red+Green+Blue) = 120+83+180=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 180 (70.70% from 255 or 47.00% from 383); Max value from RGB is 180 - color contains mainly: blue. Hex color #7853B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7853B4 is #87AC4B. Grayscale: #686868. Windows color (decimal): -8891468 or 11817848. OLE color: 11817848.

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

Color convert

RGB 120 83 180 -
CMYK 0.33 0.54 0 0.29
HSL 262.89º 0.39% 0.52% -
HSV(B) 262.89º 0.54% 0.71% -
XYZ 19.08 13.47 44.78 -
YUV 105.12 170.26 138.61 -
System Red Green Blue C M Y K H S L
Decimal 120 83 180 0.33 0.54 0 0.29 262.89 0.39 0.52
Hex 78 53 B4 21 36 0 1D 107 27 34
Octal 170 123 264 41 66 0 35 407 47 64
Binary 1111000 1010011 10110100 100001 110110 0 11101 100000111 100111 110100

Color Harmonies of #7853B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7853B4

Black with #7853B4

Text Example


Text Example

White with #7853B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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