Html Css Color HEX #784CBD Studio

📋 copy color: '#784CBD'

red 120 ◦ green 76 ◦ blue 189

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

Shades of Studio #784CBD

Tints of Studio #784CBD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.74%

 BLUE value IS 189 (74.22% from 255) = 49.09%

R = 31.17%
G = 19.74%
B = 49.09%

CMYK

 C value IS 0.37

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#784CBD (or 0x784CBD) is known color: Studio. HEX triplet: 78, 4C and BD. RGB value is (120,76,189). Sum of RGB (Red+Green+Blue) = 120+76+189=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #784CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784CBD is #87B342. Grayscale: #656565. Windows color (decimal): -8893251 or 12405880. OLE color: 12405880.

HSL color Cylindrical-coordinate representation of color #784CBD: hue angle of 263.36º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #784CBD is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 120 76 189 -
CMYK 0.37 0.60 0 0.26
HSL 263.36º 0.46% 0.52% -
HSV(B) 263.36º 0.6% 0.74% -
XYZ 19.52 12.84 49.59 -
YUV 102.04 177.08 140.81 -
System Red Green Blue C M Y K H S L
Decimal 120 76 189 0.37 0.60 0 0.26 263.36 0.46 0.52
Hex 78 4C BD 25 3C 0 1A 107 2E 34
Octal 170 114 275 45 74 0 32 407 56 64
Binary 1111000 1001100 10111101 100101 111100 0 11010 100000111 101110 110100

Color Harmonies of #784CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784CBD

Black with #784CBD

Text Example


Text Example

White with #784CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,76,189); }

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

background-color css

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

 a { background-color: rgb(120,76,189); }

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

border-color css

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

 span { border-color: rgb(120,76,189); }

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