Html Css Color HEX #7B5BD8 Slate Blue

📋 copy color: '#7B5BD8'

red 123 ◦ green 91 ◦ blue 216

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

Shades of Slate Blue #7B5BD8

Tints of Slate Blue #7B5BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 50.23%

R = 28.6%
G = 21.16%
B = 50.23%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7B5BD8 (or 0x7B5BD8) is known color: Slate Blue. HEX triplet: 7B, 5B and D8. RGB value is (123,91,216). Sum of RGB (Red+Green+Blue) = 123+91+216=430 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.60% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 216 (84.77% from 255 or 50.23% from 430); Max value from RGB is 216 - color contains mainly: blue. Hex color #7B5BD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5BD8 is #84A427. Grayscale: #727272. Windows color (decimal): -8692776 or 14179195. OLE color: 14179195.

HSL color Cylindrical-coordinate representation of color #7B5BD8: hue angle of 255.36º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7B5BD8 is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 123 91 216 -
CMYK 0.43 0.58 0 0.15
HSL 255.36º 0.62% 0.6% -
HSV(B) 255.36º 0.58% 0.85% -
XYZ 24.3 16.65 66.9 -
YUV 114.82 185.1 133.84 -
System Red Green Blue C M Y K H S L
Decimal 123 91 216 0.43 0.58 0 0.15 255.36 0.62 0.6
Hex 7B 5B D8 2B 3A 0 F FF 3E 3C
Octal 173 133 330 53 72 0 17 377 76 74
Binary 1111011 1011011 11011000 101011 111010 0 1111 11111111 111110 111100

Color Harmonies of #7B5BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5BD8

Black with #7B5BD8

Text Example


Text Example

White with #7B5BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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