Html Css Color HEX #7B5BD5 Slate Blue

📋 copy color: '#7B5BD5'

red 123 ◦ green 91 ◦ blue 213

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

Shades of Slate Blue #7B5BD5

Tints of Slate Blue #7B5BD5

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.31%

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

R = 28.81%
G = 21.31%
B = 49.88%

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

#7B5BD5 (or 0x7B5BD5) is known color: Slate Blue. HEX triplet: 7B, 5B and D5. RGB value is (123,91,213). Sum of RGB (Red+Green+Blue) = 123+91+213=427 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.81% from 427); Green value is 91 (35.94% from 255 or 21.31% from 427); Blue value is 213 (83.59% from 255 or 49.88% from 427); Max value from RGB is 213 - color contains mainly: blue. Hex color #7B5BD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5BD5 is #84A42A. Grayscale: #727272. Windows color (decimal): -8692779 or 13982587. OLE color: 13982587.

HSL color Cylindrical-coordinate representation of color #7B5BD5: hue angle of 255.74º 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 #7B5BD5 is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 123 91 213 -
CMYK 0.42 0.57 0 0.16
HSL 255.74º 0.59% 0.6% -
HSV(B) 255.74º 0.57% 0.84% -
XYZ 23.92 16.5 64.87 -
YUV 114.48 183.6 134.08 -
System Red Green Blue C M Y K H S L
Decimal 123 91 213 0.42 0.57 0 0.16 255.74 0.59 0.6
Hex 7B 5B D5 2A 39 0 10 100 3B 3C
Octal 173 133 325 52 71 0 20 400 73 74
Binary 1111011 1011011 11010101 101010 111001 0 10000 100000000 111011 111100

Color Harmonies of #7B5BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5BD5

Black with #7B5BD5

Text Example


Text Example

White with #7B5BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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