Html Css Color HEX #784098 Studio

📋 copy color: '#784098'

red 120 ◦ green 64 ◦ blue 152

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

Shades of Studio #784098

Tints of Studio #784098

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.05%

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

R = 35.71%
G = 19.05%
B = 45.24%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#784098 (or 0x784098) is known color: Studio. HEX triplet: 78, 40 and 98. RGB value is (120,64,152). Sum of RGB (Red+Green+Blue) = 120+64+152=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 152 - color contains mainly: blue. Hex color #784098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784098 is #87BF67. Grayscale: #5A5A5A. Windows color (decimal): -8896360 or 9977976. OLE color: 9977976.

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

Color convert

RGB 120 64 152 -
CMYK 0.21 0.58 0 0.40
HSL 278.18º 0.41% 0.42% -
HSV(B) 278.18º 0.58% 0.6% -
XYZ 15.25 9.93 30.82 -
YUV 90.78 162.55 148.84 -
System Red Green Blue C M Y K H S L
Decimal 120 64 152 0.21 0.58 0 0.40 278.18 0.41 0.42
Hex 78 40 98 15 3A 0 28 116 29 2A
Octal 170 100 230 25 72 0 50 426 51 52
Binary 1111000 1000000 10011000 10101 111010 0 101000 100010110 101001 101010

Color Harmonies of #784098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784098

Black with #784098

Text Example


Text Example

White with #784098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784098; }

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

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

background-color css

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

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

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

border-color css

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

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

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