Html Css Color HEX #7B5ADB Slate Blue

📋 copy color: '#7B5ADB'

red 123 ◦ green 90 ◦ blue 219

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

Shades of Slate Blue #7B5ADB

Tints of Slate Blue #7B5ADB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.83%

 BLUE value IS 219 (85.94% from 255) = 50.69%

R = 28.47%
G = 20.83%
B = 50.69%

CMYK

 C value IS 0.44

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7B5ADB (or 0x7B5ADB) is known color: Slate Blue. HEX triplet: 7B, 5A and DB. RGB value is (123,90,219). Sum of RGB (Red+Green+Blue) = 123+90+219=432 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.47% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #7B5ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5ADB is #84A524. Grayscale: #727272. Windows color (decimal): -8693029 or 14375547. OLE color: 14375547.

HSL color Cylindrical-coordinate representation of color #7B5ADB: hue angle of 255.35º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B5ADB is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 123 90 219 -
CMYK 0.44 0.59 0 0.14
HSL 255.35º 0.64% 0.61% -
HSV(B) 255.35º 0.59% 0.86% -
XYZ 24.61 16.64 68.93 -
YUV 114.57 186.93 134.01 -
System Red Green Blue C M Y K H S L
Decimal 123 90 219 0.44 0.59 0 0.14 255.35 0.64 0.61
Hex 7B 5A DB 2C 3B 0 E FF 40 3D
Octal 173 132 333 54 73 0 16 377 100 75
Binary 1111011 1011010 11011011 101100 111011 0 1110 11111111 1000000 111101

Color Harmonies of #7B5ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5ADB

Black with #7B5ADB

Text Example


Text Example

White with #7B5ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,90,219); }

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

background-color css

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

 a { background-color: rgb(123,90,219); }

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

border-color css

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

 span { border-color: rgb(123,90,219); }

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