Html Css Color HEX #784FB3 Studio

📋 copy color: '#784FB3'

red 120 ◦ green 79 ◦ blue 179

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

Shades of Studio #784FB3

Tints of Studio #784FB3

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.9%

 BLUE value IS 179 (70.31% from 255) = 47.35%

R = 31.75%
G = 20.9%
B = 47.35%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#784FB3 (or 0x784FB3) is known color: Studio. HEX triplet: 78, 4F and B3. RGB value is (120,79,179). Sum of RGB (Red+Green+Blue) = 120+79+179=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 179 (70.31% from 255 or 47.35% from 378); Max value from RGB is 179 - color contains mainly: blue. Hex color #784FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784FB3 is #87B04C. Grayscale: #666666. Windows color (decimal): -8892493 or 11751288. OLE color: 11751288.

HSL color Cylindrical-coordinate representation of color #784FB3: hue angle of 264.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #784FB3 is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 120 79 179 -
CMYK 0.33 0.56 0 0.30
HSL 264.6º 0.4% 0.51% -
HSV(B) 264.6º 0.56% 0.7% -
XYZ 18.68 12.84 44.14 -
YUV 102.66 171.08 140.37 -
System Red Green Blue C M Y K H S L
Decimal 120 79 179 0.33 0.56 0 0.30 264.6 0.4 0.51
Hex 78 4F B3 21 38 0 1E 109 28 33
Octal 170 117 263 41 70 0 36 411 50 63
Binary 1111000 1001111 10110011 100001 111000 0 11110 100001001 101000 110011

Color Harmonies of #784FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784FB3

Black with #784FB3

Text Example


Text Example

White with #784FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,79,179); }

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

background-color css

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

 a { background-color: rgb(120,79,179); }

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

border-color css

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

 span { border-color: rgb(120,79,179); }

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