Html Css Color HEX #784BB0 Studio

📋 copy color: '#784BB0'

red 120 ◦ green 75 ◦ blue 176

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

Shades of Studio #784BB0

Tints of Studio #784BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 47.44%

R = 32.35%
G = 20.22%
B = 47.44%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#784BB0 (or 0x784BB0) is known color: Studio. HEX triplet: 78, 4B and B0. RGB value is (120,75,176). Sum of RGB (Red+Green+Blue) = 120+75+176=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 176 (69.14% from 255 or 47.44% from 371); Max value from RGB is 176 - color contains mainly: blue. Hex color #784BB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784BB0 is #87B44F. Grayscale: #636363. Windows color (decimal): -8893520 or 11553656. OLE color: 11553656.

HSL color Cylindrical-coordinate representation of color #784BB0: hue angle of 266.73º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #784BB0 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 120 75 176 -
CMYK 0.32 0.57 0 0.31
HSL 266.73º 0.4% 0.49% -
HSV(B) 266.73º 0.57% 0.69% -
XYZ 18.1 12.16 42.47 -
YUV 99.97 170.91 142.29 -
System Red Green Blue C M Y K H S L
Decimal 120 75 176 0.32 0.57 0 0.31 266.73 0.4 0.49
Hex 78 4B B0 20 39 0 1F 10B 28 31
Octal 170 113 260 40 71 0 37 413 50 61
Binary 1111000 1001011 10110000 100000 111001 0 11111 100001011 101000 110001

Color Harmonies of #784BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784BB0

Black with #784BB0

Text Example


Text Example

White with #784BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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