Html Css Color HEX #784FB8 Studio

📋 copy color: '#784FB8'

red 120 ◦ green 79 ◦ blue 184

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

Shades of Studio #784FB8

Tints of Studio #784FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 48.04%

R = 31.33%
G = 20.63%
B = 48.04%

CMYK

 C value IS 0.35

 M value IS 0.57

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#784FB8 (or 0x784FB8) is known color: Studio. HEX triplet: 78, 4F and B8. RGB value is (120,79,184). Sum of RGB (Red+Green+Blue) = 120+79+184=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 184 (72.27% from 255 or 48.04% from 383); Max value from RGB is 184 - color contains mainly: blue. Hex color #784FB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784FB8 is #87B047. Grayscale: #666666. Windows color (decimal): -8892488 or 12078968. OLE color: 12078968.

HSL color Cylindrical-coordinate representation of color #784FB8: hue angle of 263.43º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #784FB8 is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 120 79 184 -
CMYK 0.35 0.57 0 0.28
HSL 263.43º 0.43% 0.52% -
HSV(B) 263.43º 0.57% 0.72% -
XYZ 19.19 13.05 46.85 -
YUV 103.23 173.58 139.96 -
System Red Green Blue C M Y K H S L
Decimal 120 79 184 0.35 0.57 0 0.28 263.43 0.43 0.52
Hex 78 4F B8 23 39 0 1C 107 2B 34
Octal 170 117 270 43 71 0 34 407 53 64
Binary 1111000 1001111 10111000 100011 111001 0 11100 100000111 101011 110100

Color Harmonies of #784FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784FB8

Black with #784FB8

Text Example


Text Example

White with #784FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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