Html Css Color HEX #7B57CF Slate Blue

📋 copy color: '#7B57CF'

red 123 ◦ green 87 ◦ blue 207

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

Shades of Slate Blue #7B57CF

Tints of Slate Blue #7B57CF

RGB

 RED value IS 123 (48.44% from 255) = 29.5%

 GREEN value IS 87 (34.38% from 255) = 20.86%

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

R = 29.5%
G = 20.86%
B = 49.64%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7B57CF (or 0x7B57CF) is known color: Slate Blue. HEX triplet: 7B, 57 and CF. RGB value is (123,87,207). Sum of RGB (Red+Green+Blue) = 123+87+207=417 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.50% from 417); Green value is 87 (34.38% from 255 or 20.86% 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 #7B57CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B57CF is #84A830. Grayscale: #6E6E6E. Windows color (decimal): -8693809 or 13588347. OLE color: 13588347.

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

Color convert

RGB 123 87 207 -
CMYK 0.41 0.58 0 0.19
HSL 258º 0.56% 0.58% -
HSV(B) 258º 0.58% 0.81% -
XYZ 22.84 15.53 60.83 -
YUV 111.44 181.93 136.24 -
System Red Green Blue C M Y K H S L
Decimal 123 87 207 0.41 0.58 0 0.19 258 0.56 0.58
Hex 7B 57 CF 29 3A 0 13 102 38 3A
Octal 173 127 317 51 72 0 23 402 70 72
Binary 1111011 1010111 11001111 101001 111010 0 10011 100000010 111000 111010

Color Harmonies of #7B57CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B57CF

Black with #7B57CF

Text Example


Text Example

White with #7B57CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,87,207); }

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

background-color css

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

 a { background-color: rgb(123,87,207); }

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

border-color css

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

 span { border-color: rgb(123,87,207); }

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