Html Css Color HEX #7B46CD Slate Blue

📋 copy color: '#7B46CD'

red 123 ◦ green 70 ◦ blue 205

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

Shades of Slate Blue #7B46CD

Tints of Slate Blue #7B46CD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.59%

 BLUE value IS 205 (80.47% from 255) = 51.51%

R = 30.9%
G = 17.59%
B = 51.51%

CMYK

 C value IS 0.4

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7B46CD (or 0x7B46CD) is known color: Slate Blue. HEX triplet: 7B, 46 and CD. RGB value is (123,70,205). Sum of RGB (Red+Green+Blue) = 123+70+205=398 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.90% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B46CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B46CD is #84B932. Grayscale: #646464. Windows color (decimal): -8698163 or 13452923. OLE color: 13452923.

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

Color convert

RGB 123 70 205 -
CMYK 0.4 0.66 0 0.20
HSL 263.56º 0.57% 0.54% -
HSV(B) 263.56º 0.66% 0.8% -
XYZ 21.38 13 59.14 -
YUV 101.24 186.56 143.52 -
System Red Green Blue C M Y K H S L
Decimal 123 70 205 0.4 0.66 0 0.20 263.56 0.57 0.54
Hex 7B 46 CD 28 42 0 14 108 39 36
Octal 173 106 315 50 102 0 24 410 71 66
Binary 1111011 1000110 11001101 101000 1000010 0 10100 100001000 111001 110110

Color Harmonies of #7B46CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B46CD

Black with #7B46CD

Text Example


Text Example

White with #7B46CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,70,205); }

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

background-color css

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

 a { background-color: rgb(123,70,205); }

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

border-color css

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

 span { border-color: rgb(123,70,205); }

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