Html Css Color HEX #784CBC Studio

📋 copy color: '#784CBC'

red 120 ◦ green 76 ◦ blue 188

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

Shades of Studio #784CBC

Tints of Studio #784CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.96%

R = 31.25%
G = 19.79%
B = 48.96%

CMYK

 C value IS 0.36

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#784CBC (or 0x784CBC) is known color: Studio. HEX triplet: 78, 4C and BC. RGB value is (120,76,188). Sum of RGB (Red+Green+Blue) = 120+76+188=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #784CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784CBC is #87B343. Grayscale: #656565. Windows color (decimal): -8893252 or 12340344. OLE color: 12340344.

HSL color Cylindrical-coordinate representation of color #784CBC: hue angle of 263.57º 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 #784CBC is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 120 76 188 -
CMYK 0.36 0.60 0 0.26
HSL 263.57º 0.46% 0.52% -
HSV(B) 263.57º 0.6% 0.74% -
XYZ 19.41 12.79 49.02 -
YUV 101.92 176.58 140.89 -
System Red Green Blue C M Y K H S L
Decimal 120 76 188 0.36 0.60 0 0.26 263.57 0.46 0.52
Hex 78 4C BC 24 3C 0 1A 108 2E 34
Octal 170 114 274 44 74 0 32 410 56 64
Binary 1111000 1001100 10111100 100100 111100 0 11010 100001000 101110 110100

Color Harmonies of #784CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784CBC

Black with #784CBC

Text Example


Text Example

White with #784CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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