Html Css Color HEX #7B56CE Slate Blue

📋 copy color: '#7B56CE'

red 123 ◦ green 86 ◦ blue 206

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

Shades of Slate Blue #7B56CE

Tints of Slate Blue #7B56CE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.72%

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

R = 29.64%
G = 20.72%
B = 49.64%

CMYK

 C value IS 0.40

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7B56CE (or 0x7B56CE) is known color: Slate Blue. HEX triplet: 7B, 56 and CE. RGB value is (123,86,206). Sum of RGB (Red+Green+Blue) = 123+86+206=415 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.64% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B56CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B56CE is #84A931. Grayscale: #6E6E6E. Windows color (decimal): -8694066 or 13522555. OLE color: 13522555.

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

Color convert

RGB 123 86 206 -
CMYK 0.40 0.58 0 0.19
HSL 258.5º 0.55% 0.57% -
HSV(B) 258.5º 0.58% 0.81% -
XYZ 22.64 15.32 60.16 -
YUV 110.74 181.76 136.74 -
System Red Green Blue C M Y K H S L
Decimal 123 86 206 0.40 0.58 0 0.19 258.5 0.55 0.57
Hex 7B 56 CE 28 3A 0 13 102 37 39
Octal 173 126 316 50 72 0 23 402 67 71
Binary 1111011 1010110 11001110 101000 111010 0 10011 100000010 110111 111001

Color Harmonies of #7B56CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B56CE

Black with #7B56CE

Text Example


Text Example

White with #7B56CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,86,206); }

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

background-color css

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

 a { background-color: rgb(123,86,206); }

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

border-color css

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

 span { border-color: rgb(123,86,206); }

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