Html Css Color HEX #784F9F Studio

📋 copy color: '#784F9F'

red 120 ◦ green 79 ◦ blue 159

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

Shades of Studio #784F9F

Tints of Studio #784F9F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.07%

 BLUE value IS 159 (62.5% from 255) = 44.41%

R = 33.52%
G = 22.07%
B = 44.41%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#784F9F (or 0x784F9F) is known color: Studio. HEX triplet: 78, 4F and 9F. RGB value is (120,79,159). Sum of RGB (Red+Green+Blue) = 120+79+159=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 79 (31.25% from 255 or 22.07% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 159 - color contains mainly: blue. Hex color #784F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #784F9F is #87B060. Grayscale: #646464. Windows color (decimal): -8892513 or 10440568. OLE color: 10440568.

HSL color Cylindrical-coordinate representation of color #784F9F: hue angle of 270.75º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #784F9F is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 79 159 -
CMYK 0.25 0.50 0 0.38
HSL 270.75º 0.34% 0.47% -
HSV(B) 270.75º 0.5% 0.62% -
XYZ 16.8 12.09 34.25 -
YUV 100.38 161.08 142 -
System Red Green Blue C M Y K H S L
Decimal 120 79 159 0.25 0.50 0 0.38 270.75 0.34 0.47
Hex 78 4F 9F 19 32 0 26 10F 22 2F
Octal 170 117 237 31 62 0 46 417 42 57
Binary 1111000 1001111 10011111 11001 110010 0 100110 100001111 100010 101111

Color Harmonies of #784F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784F9F

Black with #784F9F

Text Example


Text Example

White with #784F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784F9F; }

 p { color: rgb(120,79,159); }

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

background-color css

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

 a { background-color: rgb(120,79,159); }

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

border-color css

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

 span { border-color: rgb(120,79,159); }

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