Html Css Color HEX #7B56CC Slate Blue

📋 copy color: '#7B56CC'

red 123 ◦ green 86 ◦ blue 204

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

Shades of Slate Blue #7B56CC

Tints of Slate Blue #7B56CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.39%

R = 29.78%
G = 20.82%
B = 49.39%

CMYK

 C value IS 0.40

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7B56CC (or 0x7B56CC) is known color: Slate Blue. HEX triplet: 7B, 56 and CC. RGB value is (123,86,204). Sum of RGB (Red+Green+Blue) = 123+86+204=413 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.78% from 413); Green value is 86 (33.98% from 255 or 20.82% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B56CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B56CC is #84A933. Grayscale: #6E6E6E. Windows color (decimal): -8694068 or 13391483. OLE color: 13391483.

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

Color convert

RGB 123 86 204 -
CMYK 0.40 0.58 0 0.2
HSL 258.81º 0.54% 0.57% -
HSV(B) 258.81º 0.58% 0.8% -
XYZ 22.4 15.23 58.89 -
YUV 110.52 180.76 136.91 -
System Red Green Blue C M Y K H S L
Decimal 123 86 204 0.40 0.58 0 0.2 258.81 0.54 0.57
Hex 7B 56 CC 28 3A 0 14 103 36 39
Octal 173 126 314 50 72 0 24 403 66 71
Binary 1111011 1010110 11001100 101000 111010 0 10100 100000011 110110 111001

Color Harmonies of #7B56CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B56CC

Black with #7B56CC

Text Example


Text Example

White with #7B56CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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