Html Css Color HEX #785898 Studio

📋 copy color: '#785898'

red 120 ◦ green 88 ◦ blue 152

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

Shades of Studio #785898

Tints of Studio #785898

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.44%

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

R = 33.33%
G = 24.44%
B = 42.22%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#785898 (or 0x785898) is known color: Studio. HEX triplet: 78, 58 and 98. RGB value is (120,88,152). Sum of RGB (Red+Green+Blue) = 120+88+152=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 152 - color contains mainly: blue. Hex color #785898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785898 is #87A767. Grayscale: #686868. Windows color (decimal): -8890216 or 9984120. OLE color: 9984120.

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

Color convert

RGB 120 88 152 -
CMYK 0.21 0.42 0 0.40
HSL 270º 0.27% 0.47% -
HSV(B) 270º 0.42% 0.6% -
XYZ 16.9 13.24 31.37 -
YUV 104.86 154.6 138.8 -
System Red Green Blue C M Y K H S L
Decimal 120 88 152 0.21 0.42 0 0.40 270 0.27 0.47
Hex 78 58 98 15 2A 0 28 10E 1B 2F
Octal 170 130 230 25 52 0 50 416 33 57
Binary 1111000 1011000 10011000 10101 101010 0 101000 100001110 11011 101111

Color Harmonies of #785898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785898

Black with #785898

Text Example


Text Example

White with #785898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785898; }

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

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

background-color css

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

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

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

border-color css

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

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

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