Html Css Color HEX #784898 Studio

📋 copy color: '#784898'

red 120 ◦ green 72 ◦ blue 152

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

Shades of Studio #784898

Tints of Studio #784898

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.93%

 BLUE value IS 152 (59.77% from 255) = 44.19%

R = 34.88%
G = 20.93%
B = 44.19%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#784898 (or 0x784898) is known color: Studio. HEX triplet: 78, 48 and 98. RGB value is (120,72,152). Sum of RGB (Red+Green+Blue) = 120+72+152=344 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.88% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 152 (59.77% from 255 or 44.19% from 344); Max value from RGB is 152 - color contains mainly: blue. Hex color #784898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784898 is #87B767. Grayscale: #5F5F5F. Windows color (decimal): -8894312 or 9980024. OLE color: 9980024.

HSL color Cylindrical-coordinate representation of color #784898: hue angle of 276º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #784898 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 72 152 -
CMYK 0.21 0.53 0 0.40
HSL 276º 0.36% 0.44% -
HSV(B) 276º 0.53% 0.6% -
XYZ 15.73 10.89 30.98 -
YUV 95.47 159.9 145.5 -
System Red Green Blue C M Y K H S L
Decimal 120 72 152 0.21 0.53 0 0.40 276 0.36 0.44
Hex 78 48 98 15 35 0 28 114 24 2C
Octal 170 110 230 25 65 0 50 424 44 54
Binary 1111000 1001000 10011000 10101 110101 0 101000 100010100 100100 101100

Color Harmonies of #784898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784898

Black with #784898

Text Example


Text Example

White with #784898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784898; }

 p { color: rgb(120,72,152); }

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

background-color css

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

 a { background-color: rgb(120,72,152); }

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

border-color css

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

 span { border-color: rgb(120,72,152); }

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