Html Css Color HEX #785CCF Slate Blue

📋 copy color: '#785CCF'

red 120 ◦ green 92 ◦ blue 207

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

Shades of Slate Blue #785CCF

Tints of Slate Blue #785CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.4%

R = 28.64%
G = 21.96%
B = 49.4%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#785CCF (or 0x785CCF) is known color: Slate Blue. HEX triplet: 78, 5C and CF. RGB value is (120,92,207). Sum of RGB (Red+Green+Blue) = 120+92+207=419 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.64% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #785CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785CCF is #87A330. Grayscale: #717171. Windows color (decimal): -8889137 or 13589624. OLE color: 13589624.

HSL color Cylindrical-coordinate representation of color #785CCF: hue angle of 254.61º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #785CCF is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 92 207 -
CMYK 0.42 0.56 0 0.19
HSL 254.61º 0.55% 0.59% -
HSV(B) 254.61º 0.56% 0.81% -
XYZ 22.84 16.15 60.95 -
YUV 113.48 180.78 132.65 -
System Red Green Blue C M Y K H S L
Decimal 120 92 207 0.42 0.56 0 0.19 254.61 0.55 0.59
Hex 78 5C CF 2A 38 0 13 FF 37 3B
Octal 170 134 317 52 70 0 23 377 67 73
Binary 1111000 1011100 11001111 101010 111000 0 10011 11111111 110111 111011

Color Harmonies of #785CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785CCF

Black with #785CCF

Text Example


Text Example

White with #785CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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