Html Css Color HEX #784ABE Studio

📋 copy color: '#784ABE'

red 120 ◦ green 74 ◦ blue 190

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

Shades of Studio #784ABE

Tints of Studio #784ABE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.27%

 BLUE value IS 190 (74.61% from 255) = 49.48%

R = 31.25%
G = 19.27%
B = 49.48%

CMYK

 C value IS 0.37

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#784ABE (or 0x784ABE) is known color: Studio. HEX triplet: 78, 4A and BE. RGB value is (120,74,190). Sum of RGB (Red+Green+Blue) = 120+74+190=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #784ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784ABE is #87B541. Grayscale: #646464. Windows color (decimal): -8893762 or 12470904. OLE color: 12470904.

HSL color Cylindrical-coordinate representation of color #784ABE: hue angle of 263.79º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #784ABE is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 74 190 -
CMYK 0.37 0.61 0 0.25
HSL 263.79º 0.47% 0.52% -
HSV(B) 263.79º 0.61% 0.75% -
XYZ 19.49 12.61 50.12 -
YUV 100.98 178.24 141.57 -
System Red Green Blue C M Y K H S L
Decimal 120 74 190 0.37 0.61 0 0.25 263.79 0.47 0.52
Hex 78 4A BE 25 3D 0 19 108 2F 34
Octal 170 112 276 45 75 0 31 410 57 64
Binary 1111000 1001010 10111110 100101 111101 0 11001 100001000 101111 110100

Color Harmonies of #784ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784ABE

Black with #784ABE

Text Example


Text Example

White with #784ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,74,190); }

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

background-color css

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

 a { background-color: rgb(120,74,190); }

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

border-color css

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

 span { border-color: rgb(120,74,190); }

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