Html Css Color HEX #786CB0 Scampi

📋 copy color: '#786CB0'

red 120 ◦ green 108 ◦ blue 176

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

Shades of Scampi #786CB0

Tints of Scampi #786CB0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.73%

 BLUE value IS 176 (69.14% from 255) = 43.56%

R = 29.7%
G = 26.73%
B = 43.56%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#786CB0 (or 0x786CB0) is known color: Scampi. HEX triplet: 78, 6C and B0. RGB value is (120,108,176). Sum of RGB (Red+Green+Blue) = 120+108+176=404 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.70% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 176 (69.14% from 255 or 43.56% from 404); Max value from RGB is 176 - color contains mainly: blue. Hex color #786CB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786CB0 is #87934F. Grayscale: #777777. Windows color (decimal): -8885072 or 11562104. OLE color: 11562104.

HSL color Cylindrical-coordinate representation of color #786CB0: hue angle of 250.59º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #786CB0 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 120 108 176 -
CMYK 0.32 0.39 0 0.31
HSL 250.59º 0.3% 0.56% -
HSV(B) 250.59º 0.39% 0.69% -
XYZ 20.94 17.85 43.42 -
YUV 119.34 159.98 128.47 -
System Red Green Blue C M Y K H S L
Decimal 120 108 176 0.32 0.39 0 0.31 250.59 0.3 0.56
Hex 78 6C B0 20 27 0 1F FB 1E 38
Octal 170 154 260 40 47 0 37 373 36 70
Binary 1111000 1101100 10110000 100000 100111 0 11111 11111011 11110 111000

Color Harmonies of #786CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786CB0

Black with #786CB0

Text Example


Text Example

White with #786CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786CB0; }

 p { color: rgb(120,108,176); }

 H1.HeaderClassName
 {
   color: #786CB0;
 }
 .AnyTagClassName
 {
   color: #786CB0;
 }
</style>

background-color css

<style>
 a { background-color: #786CB0; }

 a { background-color: rgb(120,108,176); }

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

border-color css

<style>
 span { border-color: #786CB0; }

 span { border-color: rgb(120,108,176); }

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