Html Css Color HEX #7D46CB Slate Blue

📋 copy color: '#7D46CB'

red 125 ◦ green 70 ◦ blue 203

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

Shades of Slate Blue #7D46CB

Tints of Slate Blue #7D46CB

RGB

 RED value IS 125 (49.22% from 255) = 31.41%

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

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

R = 31.41%
G = 17.59%
B = 51.01%

CMYK

 C value IS 0.38

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7D46CB (or 0x7D46CB) is known color: Slate Blue. HEX triplet: 7D, 46 and CB. RGB value is (125,70,203). Sum of RGB (Red+Green+Blue) = 125+70+203=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D46CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D46CB is #82B934. Grayscale: #656565. Windows color (decimal): -8567093 or 13321853. OLE color: 13321853.

HSL color Cylindrical-coordinate representation of color #7D46CB: hue angle of 264.81º degrees, saturation: 0.56, 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 #7D46CB is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 70 203 -
CMYK 0.38 0.66 0 0.20
HSL 264.81º 0.56% 0.54% -
HSV(B) 264.81º 0.66% 0.8% -
XYZ 21.43 13.05 57.89 -
YUV 101.61 185.22 144.69 -
System Red Green Blue C M Y K H S L
Decimal 125 70 203 0.38 0.66 0 0.20 264.81 0.56 0.54
Hex 7D 46 CB 26 42 0 14 109 38 36
Octal 175 106 313 46 102 0 24 411 70 66
Binary 1111101 1000110 11001011 100110 1000010 0 10100 100001001 111000 110110

Color Harmonies of #7D46CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D46CB

Black with #7D46CB

Text Example


Text Example

White with #7D46CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,70,203); }

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

background-color css

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

 a { background-color: rgb(125,70,203); }

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

border-color css

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

 span { border-color: rgb(125,70,203); }

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