Html Css Color HEX #7E55CF Slate Blue

📋 copy color: '#7E55CF'

red 126 ◦ green 85 ◦ blue 207

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

Shades of Slate Blue #7E55CF

Tints of Slate Blue #7E55CF

RGB

 RED value IS 126 (49.61% from 255) = 30.14%

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

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

R = 30.14%
G = 20.33%
B = 49.52%

CMYK

 C value IS 0.39

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7E55CF (or 0x7E55CF) is known color: Slate Blue. HEX triplet: 7E, 55 and CF. RGB value is (126,85,207). Sum of RGB (Red+Green+Blue) = 126+85+207=418 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.14% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #7E55CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E55CF is #81AA30. Grayscale: #6E6E6E. Windows color (decimal): -8497713 or 13587838. OLE color: 13587838.

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

Color convert

RGB 126 85 207 -
CMYK 0.39 0.59 0 0.19
HSL 260.16º 0.56% 0.57% -
HSV(B) 260.16º 0.59% 0.81% -
XYZ 23.12 15.44 60.79 -
YUV 111.17 182.08 138.58 -
System Red Green Blue C M Y K H S L
Decimal 126 85 207 0.39 0.59 0 0.19 260.16 0.56 0.57
Hex 7E 55 CF 27 3B 0 13 104 38 39
Octal 176 125 317 47 73 0 23 404 70 71
Binary 1111110 1010101 11001111 100111 111011 0 10011 100000100 111000 111001

Color Harmonies of #7E55CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E55CF

Black with #7E55CF

Text Example


Text Example

White with #7E55CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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