Html Css Color HEX #7D55CF Slate Blue

📋 copy color: '#7D55CF'

red 125 ◦ green 85 ◦ blue 207

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

Shades of Slate Blue #7D55CF

Tints of Slate Blue #7D55CF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.38%

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

R = 29.98%
G = 20.38%
B = 49.64%

CMYK

 C value IS 0.40

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D55CF (or 0x7D55CF) is known color: Slate Blue. HEX triplet: 7D, 55 and CF. RGB value is (125,85,207). Sum of RGB (Red+Green+Blue) = 125+85+207=417 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.98% from 417); Green value is 85 (33.59% from 255 or 20.38% 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 #7D55CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D55CF is #82AA30. Grayscale: #6E6E6E. Windows color (decimal): -8563249 or 13587837. OLE color: 13587837.

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

Color convert

RGB 125 85 207 -
CMYK 0.40 0.59 0 0.19
HSL 259.67º 0.56% 0.57% -
HSV(B) 259.67º 0.59% 0.81% -
XYZ 22.97 15.36 60.79 -
YUV 110.87 182.25 138.08 -
System Red Green Blue C M Y K H S L
Decimal 125 85 207 0.40 0.59 0 0.19 259.67 0.56 0.57
Hex 7D 55 CF 28 3B 0 13 104 38 39
Octal 175 125 317 50 73 0 23 404 70 71
Binary 1111101 1010101 11001111 101000 111011 0 10011 100000100 111000 111001

Color Harmonies of #7D55CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D55CF

Black with #7D55CF

Text Example


Text Example

White with #7D55CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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