Html Css Color HEX #7B5CD5 Slate Blue

📋 copy color: '#7B5CD5'

red 123 ◦ green 92 ◦ blue 213

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

Shades of Slate Blue #7B5CD5

Tints of Slate Blue #7B5CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 49.77%

R = 28.74%
G = 21.5%
B = 49.77%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7B5CD5 (or 0x7B5CD5) is known color: Slate Blue. HEX triplet: 7B, 5C and D5. RGB value is (123,92,213). Sum of RGB (Red+Green+Blue) = 123+92+213=428 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.74% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 213 (83.59% from 255 or 49.77% from 428); Max value from RGB is 213 - color contains mainly: blue. Hex color #7B5CD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5CD5 is #84A32A. Grayscale: #727272. Windows color (decimal): -8692523 or 13982843. OLE color: 13982843.

HSL color Cylindrical-coordinate representation of color #7B5CD5: hue angle of 255.37º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B5CD5 is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 123 92 213 -
CMYK 0.42 0.57 0 0.16
HSL 255.37º 0.59% 0.6% -
HSV(B) 255.37º 0.57% 0.84% -
XYZ 24.01 16.67 64.9 -
YUV 115.06 183.27 133.66 -
System Red Green Blue C M Y K H S L
Decimal 123 92 213 0.42 0.57 0 0.16 255.37 0.59 0.6
Hex 7B 5C D5 2A 39 0 10 FF 3B 3C
Octal 173 134 325 52 71 0 20 377 73 74
Binary 1111011 1011100 11010101 101010 111001 0 10000 11111111 111011 111100

Color Harmonies of #7B5CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5CD5

Black with #7B5CD5

Text Example


Text Example

White with #7B5CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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