Html Css Color HEX #7B5DDA Slate Blue

📋 copy color: '#7B5DDA'

red 123 ◦ green 93 ◦ blue 218

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

Shades of Slate Blue #7B5DDA

Tints of Slate Blue #7B5DDA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.43%

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

R = 28.34%
G = 21.43%
B = 50.23%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7B5DDA (or 0x7B5DDA) is known color: Slate Blue. HEX triplet: 7B, 5D and DA. RGB value is (123,93,218). Sum of RGB (Red+Green+Blue) = 123+93+218=434 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.34% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #7B5DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5DDA is #84A225. Grayscale: #737373. Windows color (decimal): -8692262 or 14310779. OLE color: 14310779.

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

Color convert

RGB 123 93 218 -
CMYK 0.44 0.57 0 0.15
HSL 254.4º 0.63% 0.61% -
HSV(B) 254.4º 0.57% 0.85% -
XYZ 24.74 17.1 68.33 -
YUV 116.22 185.44 132.84 -
System Red Green Blue C M Y K H S L
Decimal 123 93 218 0.44 0.57 0 0.15 254.4 0.63 0.61
Hex 7B 5D DA 2C 39 0 F FE 3F 3D
Octal 173 135 332 54 71 0 17 376 77 75
Binary 1111011 1011101 11011010 101100 111001 0 1111 11111110 111111 111101

Color Harmonies of #7B5DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5DDA

Black with #7B5DDA

Text Example


Text Example

White with #7B5DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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