Html Css Color HEX #7D5ACF Slate Blue

📋 copy color: '#7D5ACF'

red 125 ◦ green 90 ◦ blue 207

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

Shades of Slate Blue #7D5ACF

Tints of Slate Blue #7D5ACF

RGB

 RED value IS 125 (49.22% from 255) = 29.62%

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

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

R = 29.62%
G = 21.33%
B = 49.05%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D5ACF (or 0x7D5ACF) is known color: Slate Blue. HEX triplet: 7D, 5A and CF. RGB value is (125,90,207). Sum of RGB (Red+Green+Blue) = 125+90+207=422 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.62% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D5ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5ACF is #82A530. Grayscale: #717171. Windows color (decimal): -8561969 or 13589117. OLE color: 13589117.

HSL color Cylindrical-coordinate representation of color #7D5ACF: hue angle of 257.95º 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 #7D5ACF is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 90 207 -
CMYK 0.40 0.57 0 0.19
HSL 257.95º 0.55% 0.58% -
HSV(B) 257.95º 0.57% 0.81% -
XYZ 23.38 16.18 60.92 -
YUV 113.8 180.6 135.99 -
System Red Green Blue C M Y K H S L
Decimal 125 90 207 0.40 0.57 0 0.19 257.95 0.55 0.58
Hex 7D 5A CF 28 39 0 13 102 37 3A
Octal 175 132 317 50 71 0 23 402 67 72
Binary 1111101 1011010 11001111 101000 111001 0 10011 100000010 110111 111010

Color Harmonies of #7D5ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5ACF

Black with #7D5ACF

Text Example


Text Example

White with #7D5ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D5ACF; }

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

 H1.HeaderClassName
 {
   color: #7D5ACF;
 }
 .AnyTagClassName
 {
   color: #7D5ACF;
 }
</style>

background-color css

<style>
 a { background-color: #7D5ACF; }

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

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

border-color css

<style>
 span { border-color: #7D5ACF; }

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

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