Html Css Color HEX #7B58C9 Slate Blue

📋 copy color: '#7B58C9'

red 123 ◦ green 88 ◦ blue 201

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

Shades of Slate Blue #7B58C9

Tints of Slate Blue #7B58C9

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.36%

 BLUE value IS 201 (78.91% from 255) = 48.79%

R = 29.85%
G = 21.36%
B = 48.79%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7B58C9 (or 0x7B58C9) is known color: Slate Blue. HEX triplet: 7B, 58 and C9. RGB value is (123,88,201). Sum of RGB (Red+Green+Blue) = 123+88+201=412 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.85% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 201 (78.91% from 255 or 48.79% from 412); Max value from RGB is 201 - color contains mainly: blue. Hex color #7B58C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B58C9 is #84A736. Grayscale: #6E6E6E. Windows color (decimal): -8693559 or 13195387. OLE color: 13195387.

HSL color Cylindrical-coordinate representation of color #7B58C9: hue angle of 258.58º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B58C9 is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 123 88 201 -
CMYK 0.39 0.56 0 0.21
HSL 258.58º 0.51% 0.57% -
HSV(B) 258.58º 0.56% 0.79% -
XYZ 22.2 15.41 57.06 -
YUV 111.35 178.6 136.31 -
System Red Green Blue C M Y K H S L
Decimal 123 88 201 0.39 0.56 0 0.21 258.58 0.51 0.57
Hex 7B 58 C9 27 38 0 15 103 33 39
Octal 173 130 311 47 70 0 25 403 63 71
Binary 1111011 1011000 11001001 100111 111000 0 10101 100000011 110011 111001

Color Harmonies of #7B58C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B58C9

Black with #7B58C9

Text Example


Text Example

White with #7B58C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,88,201); }

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

background-color css

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

 a { background-color: rgb(123,88,201); }

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

border-color css

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

 span { border-color: rgb(123,88,201); }

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