Html Css Color HEX #7B5BDA Slate Blue

📋 copy color: '#7B5BDA'

red 123 ◦ green 91 ◦ blue 218

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

Shades of Slate Blue #7B5BDA

Tints of Slate Blue #7B5BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.46%

R = 28.47%
G = 21.06%
B = 50.46%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7B5BDA (or 0x7B5BDA) is known color: Slate Blue. HEX triplet: 7B, 5B and DA. RGB value is (123,91,218). Sum of RGB (Red+Green+Blue) = 123+91+218=432 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.47% from 432); Green value is 91 (35.94% from 255 or 21.06% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #7B5BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5BDA is #84A425. Grayscale: #727272. Windows color (decimal): -8692774 or 14310267. OLE color: 14310267.

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

Color convert

RGB 123 91 218 -
CMYK 0.44 0.58 0 0.15
HSL 255.12º 0.63% 0.61% -
HSV(B) 255.12º 0.58% 0.85% -
XYZ 24.56 16.76 68.27 -
YUV 115.05 186.1 133.67 -
System Red Green Blue C M Y K H S L
Decimal 123 91 218 0.44 0.58 0 0.15 255.12 0.63 0.61
Hex 7B 5B DA 2C 3A 0 F FF 3F 3D
Octal 173 133 332 54 72 0 17 377 77 75
Binary 1111011 1011011 11011010 101100 111010 0 1111 11111111 111111 111101

Color Harmonies of #7B5BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5BDA

Black with #7B5BDA

Text Example


Text Example

White with #7B5BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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