Html Css Color HEX #784BBA Studio

📋 copy color: '#784BBA'

red 120 ◦ green 75 ◦ blue 186

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

Shades of Studio #784BBA

Tints of Studio #784BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.69%

 BLUE value IS 186 (73.05% from 255) = 48.82%

R = 31.5%
G = 19.69%
B = 48.82%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#784BBA (or 0x784BBA) is known color: Studio. HEX triplet: 78, 4B and BA. RGB value is (120,75,186). Sum of RGB (Red+Green+Blue) = 120+75+186=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #784BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784BBA is #87B445. Grayscale: #646464. Windows color (decimal): -8893510 or 12209016. OLE color: 12209016.

HSL color Cylindrical-coordinate representation of color #784BBA: hue angle of 264.32º 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 #784BBA is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 75 186 -
CMYK 0.35 0.60 0 0.27
HSL 264.32º 0.45% 0.51% -
HSV(B) 264.32º 0.6% 0.73% -
XYZ 19.12 12.57 47.87 -
YUV 101.11 175.91 141.47 -
System Red Green Blue C M Y K H S L
Decimal 120 75 186 0.35 0.60 0 0.27 264.32 0.45 0.51
Hex 78 4B BA 23 3C 0 1B 108 2D 33
Octal 170 113 272 43 74 0 33 410 55 63
Binary 1111000 1001011 10111010 100011 111100 0 11011 100001000 101101 110011

Color Harmonies of #784BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784BBA

Black with #784BBA

Text Example


Text Example

White with #784BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,75,186); }

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

background-color css

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

 a { background-color: rgb(120,75,186); }

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

border-color css

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

 span { border-color: rgb(120,75,186); }

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