Html Css Color HEX #7B5ACC Slate Blue

📋 copy color: '#7B5ACC'

red 123 ◦ green 90 ◦ blue 204

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

Shades of Slate Blue #7B5ACC

Tints of Slate Blue #7B5ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.92%

R = 29.5%
G = 21.58%
B = 48.92%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7B5ACC (or 0x7B5ACC) is known color: Slate Blue. HEX triplet: 7B, 5A and CC. RGB value is (123,90,204). Sum of RGB (Red+Green+Blue) = 123+90+204=417 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.50% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B5ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5ACC is #84A533. Grayscale: #707070. Windows color (decimal): -8693044 or 13392507. OLE color: 13392507.

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

Color convert

RGB 123 90 204 -
CMYK 0.40 0.56 0 0.2
HSL 257.37º 0.53% 0.58% -
HSV(B) 257.37º 0.56% 0.8% -
XYZ 22.72 15.88 58.99 -
YUV 112.86 179.43 135.23 -
System Red Green Blue C M Y K H S L
Decimal 123 90 204 0.40 0.56 0 0.2 257.37 0.53 0.58
Hex 7B 5A CC 28 38 0 14 101 35 3A
Octal 173 132 314 50 70 0 24 401 65 72
Binary 1111011 1011010 11001100 101000 111000 0 10100 100000001 110101 111010

Color Harmonies of #7B5ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5ACC

Black with #7B5ACC

Text Example


Text Example

White with #7B5ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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