Html Css Color HEX #785CCC Slate Blue

📋 copy color: '#785CCC'

red 120 ◦ green 92 ◦ blue 204

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

Shades of Slate Blue #785CCC

Tints of Slate Blue #785CCC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.12%

 BLUE value IS 204 (80.08% from 255) = 49.04%

R = 28.85%
G = 22.12%
B = 49.04%

CMYK

 C value IS 0.41

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#785CCC (or 0x785CCC) is known color: Slate Blue. HEX triplet: 78, 5C and CC. RGB value is (120,92,204). Sum of RGB (Red+Green+Blue) = 120+92+204=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #785CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785CCC is #87A333. Grayscale: #707070. Windows color (decimal): -8889140 or 13393016. OLE color: 13393016.

HSL color Cylindrical-coordinate representation of color #785CCC: hue angle of 255º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #785CCC is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 120 92 204 -
CMYK 0.41 0.55 0 0.2
HSL 255º 0.52% 0.58% -
HSV(B) 255º 0.55% 0.8% -
XYZ 22.47 16.01 59.03 -
YUV 113.14 179.28 132.89 -
System Red Green Blue C M Y K H S L
Decimal 120 92 204 0.41 0.55 0 0.2 255 0.52 0.58
Hex 78 5C CC 29 37 0 14 FF 34 3A
Octal 170 134 314 51 67 0 24 377 64 72
Binary 1111000 1011100 11001100 101001 110111 0 10100 11111111 110100 111010

Color Harmonies of #785CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785CCC

Black with #785CCC

Text Example


Text Example

White with #785CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785CCC; }

 p { color: rgb(120,92,204); }

 H1.HeaderClassName
 {
   color: #785CCC;
 }
 .AnyTagClassName
 {
   color: #785CCC;
 }
</style>

background-color css

<style>
 a { background-color: #785CCC; }

 a { background-color: rgb(120,92,204); }

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

border-color css

<style>
 span { border-color: #785CCC; }

 span { border-color: rgb(120,92,204); }

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