Html Css Color HEX #7C5BCF Slate Blue

📋 copy color: '#7C5BCF'

red 124 ◦ green 91 ◦ blue 207

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

Shades of Slate Blue #7C5BCF

Tints of Slate Blue #7C5BCF

RGB

 RED value IS 124 (48.83% from 255) = 29.38%

 GREEN value IS 91 (35.94% from 255) = 21.56%

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

R = 29.38%
G = 21.56%
B = 49.05%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7C5BCF (or 0x7C5BCF) is known color: Slate Blue. HEX triplet: 7C, 5B and CF. RGB value is (124,91,207). Sum of RGB (Red+Green+Blue) = 124+91+207=422 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.38% from 422); Green value is 91 (35.94% from 255 or 21.56% 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 #7C5BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5BCF is #83A430. Grayscale: #717171. Windows color (decimal): -8627249 or 13589372. OLE color: 13589372.

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

Color convert

RGB 124 91 207 -
CMYK 0.40 0.56 0 0.19
HSL 257.07º 0.55% 0.58% -
HSV(B) 257.07º 0.56% 0.81% -
XYZ 23.32 16.27 60.94 -
YUV 114.09 180.43 135.07 -
System Red Green Blue C M Y K H S L
Decimal 124 91 207 0.40 0.56 0 0.19 257.07 0.55 0.58
Hex 7C 5B CF 28 38 0 13 101 37 3A
Octal 174 133 317 50 70 0 23 401 67 72
Binary 1111100 1011011 11001111 101000 111000 0 10011 100000001 110111 111010

Color Harmonies of #7C5BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5BCF

Black with #7C5BCF

Text Example


Text Example

White with #7C5BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,91,207); }

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

background-color css

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

 a { background-color: rgb(124,91,207); }

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

border-color css

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

 span { border-color: rgb(124,91,207); }

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