Html Css Color HEX #785FDA Slate Blue

📋 copy color: '#785FDA'

red 120 ◦ green 95 ◦ blue 218

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

Shades of Slate Blue #785FDA

Tints of Slate Blue #785FDA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.94%

 BLUE value IS 218 (85.55% from 255) = 50.35%

R = 27.71%
G = 21.94%
B = 50.35%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#785FDA (or 0x785FDA) is known color: Slate Blue. HEX triplet: 78, 5F and DA. RGB value is (120,95,218). Sum of RGB (Red+Green+Blue) = 120+95+218=433 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.71% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #785FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785FDA is #87A025. Grayscale: #747474. Windows color (decimal): -8888358 or 14311288. OLE color: 14311288.

HSL color Cylindrical-coordinate representation of color #785FDA: hue angle of 252.2º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #785FDA is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 120 95 218 -
CMYK 0.45 0.56 0 0.15
HSL 252.2º 0.62% 0.61% -
HSV(B) 252.2º 0.56% 0.85% -
XYZ 24.49 17.24 68.37 -
YUV 116.5 185.28 130.5 -
System Red Green Blue C M Y K H S L
Decimal 120 95 218 0.45 0.56 0 0.15 252.2 0.62 0.61
Hex 78 5F DA 2D 38 0 F FC 3E 3D
Octal 170 137 332 55 70 0 17 374 76 75
Binary 1111000 1011111 11011010 101101 111000 0 1111 11111100 111110 111101

Color Harmonies of #785FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785FDA

Black with #785FDA

Text Example


Text Example

White with #785FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,95,218); }

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

background-color css

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

 a { background-color: rgb(120,95,218); }

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

border-color css

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

 span { border-color: rgb(120,95,218); }

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