Html Css Color HEX #7B5CCE Slate Blue

📋 copy color: '#7B5CCE'

red 123 ◦ green 92 ◦ blue 206

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

Shades of Slate Blue #7B5CCE

Tints of Slate Blue #7B5CCE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.85%

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

R = 29.22%
G = 21.85%
B = 48.93%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7B5CCE (or 0x7B5CCE) is known color: Slate Blue. HEX triplet: 7B, 5C and CE. RGB value is (123,92,206). Sum of RGB (Red+Green+Blue) = 123+92+206=421 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.22% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B5CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5CCE is #84A331. Grayscale: #717171. Windows color (decimal): -8692530 or 13524091. OLE color: 13524091.

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

Color convert

RGB 123 92 206 -
CMYK 0.40 0.55 0 0.19
HSL 256.32º 0.54% 0.58% -
HSV(B) 256.32º 0.55% 0.81% -
XYZ 23.14 16.32 60.32 -
YUV 114.27 179.77 134.23 -
System Red Green Blue C M Y K H S L
Decimal 123 92 206 0.40 0.55 0 0.19 256.32 0.54 0.58
Hex 7B 5C CE 28 37 0 13 100 36 3A
Octal 173 134 316 50 67 0 23 400 66 72
Binary 1111011 1011100 11001110 101000 110111 0 10011 100000000 110110 111010

Color Harmonies of #7B5CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5CCE

Black with #7B5CCE

Text Example


Text Example

White with #7B5CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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