Html Css Color HEX #784ABB Studio

📋 copy color: '#784ABB'

red 120 ◦ green 74 ◦ blue 187

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

Shades of Studio #784ABB

Tints of Studio #784ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.08%

R = 31.5%
G = 19.42%
B = 49.08%

CMYK

 C value IS 0.36

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#784ABB (or 0x784ABB) is known color: Studio. HEX triplet: 78, 4A and BB. RGB value is (120,74,187). Sum of RGB (Red+Green+Blue) = 120+74+187=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #784ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784ABB is #87B544. Grayscale: #646464. Windows color (decimal): -8893765 or 12274296. OLE color: 12274296.

HSL color Cylindrical-coordinate representation of color #784ABB: hue angle of 264.42º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #784ABB is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 74 187 -
CMYK 0.36 0.60 0 0.27
HSL 264.42º 0.45% 0.51% -
HSV(B) 264.42º 0.6% 0.73% -
XYZ 19.16 12.48 48.41 -
YUV 100.64 176.74 141.81 -
System Red Green Blue C M Y K H S L
Decimal 120 74 187 0.36 0.60 0 0.27 264.42 0.45 0.51
Hex 78 4A BB 24 3C 0 1B 108 2D 33
Octal 170 112 273 44 74 0 33 410 55 63
Binary 1111000 1001010 10111011 100100 111100 0 11011 100001000 101101 110011

Color Harmonies of #784ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784ABB

Black with #784ABB

Text Example


Text Example

White with #784ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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