Html Css Color HEX #7D50CE Slate Blue

📋 copy color: '#7D50CE'

red 125 ◦ green 80 ◦ blue 206

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

Shades of Slate Blue #7D50CE

Tints of Slate Blue #7D50CE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.46%

 BLUE value IS 206 (80.86% from 255) = 50.12%

R = 30.41%
G = 19.46%
B = 50.12%

CMYK

 C value IS 0.39

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D50CE (or 0x7D50CE) is known color: Slate Blue. HEX triplet: 7D, 50 and CE. RGB value is (125,80,206). Sum of RGB (Red+Green+Blue) = 125+80+206=411 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.41% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D50CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D50CE is #82AF31. Grayscale: #6B6B6B. Windows color (decimal): -8564530 or 13521021. OLE color: 13521021.

HSL color Cylindrical-coordinate representation of color #7D50CE: hue angle of 261.43º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D50CE is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 80 206 -
CMYK 0.39 0.61 0 0.19
HSL 261.43º 0.56% 0.56% -
HSV(B) 261.43º 0.61% 0.81% -
XYZ 22.47 14.55 60.02 -
YUV 107.82 183.41 140.25 -
System Red Green Blue C M Y K H S L
Decimal 125 80 206 0.39 0.61 0 0.19 261.43 0.56 0.56
Hex 7D 50 CE 27 3D 0 13 105 38 38
Octal 175 120 316 47 75 0 23 405 70 70
Binary 1111101 1010000 11001110 100111 111101 0 10011 100000101 111000 111000

Color Harmonies of #7D50CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D50CE

Black with #7D50CE

Text Example


Text Example

White with #7D50CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,80,206); }

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

background-color css

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

 a { background-color: rgb(125,80,206); }

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

border-color css

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

 span { border-color: rgb(125,80,206); }

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