Html Css Color HEX #784BB4 Studio

📋 copy color: '#784BB4'

red 120 ◦ green 75 ◦ blue 180

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

Shades of Studio #784BB4

Tints of Studio #784BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 48%

R = 32%
G = 20%
B = 48%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#784BB4 (or 0x784BB4) is known color: Studio. HEX triplet: 78, 4B and B4. RGB value is (120,75,180). Sum of RGB (Red+Green+Blue) = 120+75+180=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 180 (70.70% from 255 or 48% from 375); Max value from RGB is 180 - color contains mainly: blue. Hex color #784BB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784BB4 is #87B44B. Grayscale: #646464. Windows color (decimal): -8893516 or 11815800. OLE color: 11815800.

HSL color Cylindrical-coordinate representation of color #784BB4: hue angle of 265.71º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #784BB4 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 120 75 180 -
CMYK 0.33 0.58 0 0.29
HSL 265.71º 0.41% 0.5% -
HSV(B) 265.71º 0.58% 0.71% -
XYZ 18.5 12.32 44.58 -
YUV 100.43 172.91 141.96 -
System Red Green Blue C M Y K H S L
Decimal 120 75 180 0.33 0.58 0 0.29 265.71 0.41 0.5
Hex 78 4B B4 21 3A 0 1D 10A 29 32
Octal 170 113 264 41 72 0 35 412 51 62
Binary 1111000 1001011 10110100 100001 111010 0 11101 100001010 101001 110010

Color Harmonies of #784BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784BB4

Black with #784BB4

Text Example


Text Example

White with #784BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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