Html Css Color HEX #785ACF Slate Blue

📋 copy color: '#785ACF'

red 120 ◦ green 90 ◦ blue 207

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

Shades of Slate Blue #785ACF

Tints of Slate Blue #785ACF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.58%

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

R = 28.78%
G = 21.58%
B = 49.64%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#785ACF (or 0x785ACF) is known color: Slate Blue. HEX triplet: 78, 5A and CF. RGB value is (120,90,207). Sum of RGB (Red+Green+Blue) = 120+90+207=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #785ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785ACF is #87A530. Grayscale: #6F6F6F. Windows color (decimal): -8889649 or 13589112. OLE color: 13589112.

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

Color convert

RGB 120 90 207 -
CMYK 0.42 0.57 0 0.19
HSL 255.38º 0.55% 0.58% -
HSV(B) 255.38º 0.57% 0.81% -
XYZ 22.66 15.81 60.89 -
YUV 112.31 181.44 133.49 -
System Red Green Blue C M Y K H S L
Decimal 120 90 207 0.42 0.57 0 0.19 255.38 0.55 0.58
Hex 78 5A CF 2A 39 0 13 FF 37 3A
Octal 170 132 317 52 71 0 23 377 67 72
Binary 1111000 1011010 11001111 101010 111001 0 10011 11111111 110111 111010

Color Harmonies of #785ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785ACF

Black with #785ACF

Text Example


Text Example

White with #785ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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