Html Css Color HEX #7546CB Slate Blue

📋 copy color: '#7546CB'

red 117 ◦ green 70 ◦ blue 203

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

Shades of Slate Blue #7546CB

Tints of Slate Blue #7546CB

RGB

 RED value IS 117 (46.09% from 255) = 30%

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

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

R = 30%
G = 17.95%
B = 52.05%

CMYK

 C value IS 0.42

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7546CB (or 0x7546CB) is known color: Slate Blue. HEX triplet: 75, 46 and CB. RGB value is (117,70,203). Sum of RGB (Red+Green+Blue) = 117+70+203=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #7546CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7546CB is #8AB934. Grayscale: #626262. Windows color (decimal): -9091381 or 13321845. OLE color: 13321845.

HSL color Cylindrical-coordinate representation of color #7546CB: hue angle of 261.2º 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 #7546CB is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 70 203 -
CMYK 0.42 0.66 0 0.20
HSL 261.2º 0.56% 0.54% -
HSV(B) 261.2º 0.66% 0.8% -
XYZ 20.31 12.47 57.84 -
YUV 99.22 186.57 140.69 -
System Red Green Blue C M Y K H S L
Decimal 117 70 203 0.42 0.66 0 0.20 261.2 0.56 0.54
Hex 75 46 CB 2A 42 0 14 105 38 36
Octal 165 106 313 52 102 0 24 405 70 66
Binary 1110101 1000110 11001011 101010 1000010 0 10100 100000101 111000 110110

Color Harmonies of #7546CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7546CB

Black with #7546CB

Text Example


Text Example

White with #7546CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7546CB; }

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

 H1.HeaderClassName
 {
   color: #7546CB;
 }
 .AnyTagClassName
 {
   color: #7546CB;
 }
</style>

background-color css

<style>
 a { background-color: #7546CB; }

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

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

border-color css

<style>
 span { border-color: #7546CB; }

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

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