Html Css Color HEX #784BB3 Studio

📋 copy color: '#784BB3'

red 120 ◦ green 75 ◦ blue 179

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

Shades of Studio #784BB3

Tints of Studio #784BB3

RGB

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

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

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

R = 32.09%
G = 20.05%
B = 47.86%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#784BB3 (or 0x784BB3) is known color: Studio. HEX triplet: 78, 4B and B3. RGB value is (120,75,179). Sum of RGB (Red+Green+Blue) = 120+75+179=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 75 (29.69% from 255 or 20.05% from 374); Blue value is 179 (70.31% from 255 or 47.86% from 374); Max value from RGB is 179 - color contains mainly: blue. Hex color #784BB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784BB3 is #87B44C. Grayscale: #636363. Windows color (decimal): -8893517 or 11750264. OLE color: 11750264.

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

Color convert

RGB 120 75 179 -
CMYK 0.33 0.58 0 0.30
HSL 265.96º 0.41% 0.5% -
HSV(B) 265.96º 0.58% 0.7% -
XYZ 18.4 12.28 44.05 -
YUV 100.31 172.41 142.04 -
System Red Green Blue C M Y K H S L
Decimal 120 75 179 0.33 0.58 0 0.30 265.96 0.41 0.5
Hex 78 4B B3 21 3A 0 1E 10A 29 32
Octal 170 113 263 41 72 0 36 412 51 62
Binary 1111000 1001011 10110011 100001 111010 0 11110 100001010 101001 110010

Color Harmonies of #784BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784BB3

Black with #784BB3

Text Example


Text Example

White with #784BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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