Html Css Color HEX #7A5ACB Slate Blue

📋 copy color: '#7A5ACB'

red 122 ◦ green 90 ◦ blue 203

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

Shades of Slate Blue #7A5ACB

Tints of Slate Blue #7A5ACB

RGB

 RED value IS 122 (48.05% from 255) = 29.4%

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

 BLUE value IS 203 (79.69% from 255) = 48.92%

R = 29.4%
G = 21.69%
B = 48.92%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7A5ACB (or 0x7A5ACB) is known color: Slate Blue. HEX triplet: 7A, 5A and CB. RGB value is (122,90,203). Sum of RGB (Red+Green+Blue) = 122+90+203=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #7A5ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5ACB is #85A534. Grayscale: #707070. Windows color (decimal): -8758581 or 13326970. OLE color: 13326970.

HSL color Cylindrical-coordinate representation of color #7A5ACB: hue angle of 256.99º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7A5ACB is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 122 90 203 -
CMYK 0.40 0.56 0 0.20
HSL 256.99º 0.52% 0.57% -
HSV(B) 256.99º 0.56% 0.8% -
XYZ 22.46 15.76 58.36 -
YUV 112.45 179.1 134.81 -
System Red Green Blue C M Y K H S L
Decimal 122 90 203 0.40 0.56 0 0.20 256.99 0.52 0.57
Hex 7A 5A CB 28 38 0 14 101 34 39
Octal 172 132 313 50 70 0 24 401 64 71
Binary 1111010 1011010 11001011 101000 111000 0 10100 100000001 110100 111001

Color Harmonies of #7A5ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5ACB

Black with #7A5ACB

Text Example


Text Example

White with #7A5ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,90,203); }

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

background-color css

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

 a { background-color: rgb(122,90,203); }

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

border-color css

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

 span { border-color: rgb(122,90,203); }

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