Html Css Color HEX #7356CB Slate Blue

📋 copy color: '#7356CB'

red 115 ◦ green 86 ◦ blue 203

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

Shades of Slate Blue #7356CB

Tints of Slate Blue #7356CB

RGB

 RED value IS 115 (45.31% from 255) = 28.47%

 GREEN value IS 86 (33.98% from 255) = 21.29%

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

R = 28.47%
G = 21.29%
B = 50.25%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7356CB (or 0x7356CB) is known color: Slate Blue. HEX triplet: 73, 56 and CB. RGB value is (115,86,203). Sum of RGB (Red+Green+Blue) = 115+86+203=404 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.47% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #7356CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7356CB is #8CA934. Grayscale: #6B6B6B. Windows color (decimal): -9218357 or 13325939. OLE color: 13325939.

HSL color Cylindrical-coordinate representation of color #7356CB: hue angle of 254.87º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7356CB is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 115 86 203 -
CMYK 0.43 0.58 0 0.20
HSL 254.87º 0.53% 0.57% -
HSV(B) 254.87º 0.58% 0.8% -
XYZ 21.18 14.61 58.2 -
YUV 108.01 181.61 132.99 -
System Red Green Blue C M Y K H S L
Decimal 115 86 203 0.43 0.58 0 0.20 254.87 0.53 0.57
Hex 73 56 CB 2B 3A 0 14 FF 35 39
Octal 163 126 313 53 72 0 24 377 65 71
Binary 1110011 1010110 11001011 101011 111010 0 10100 11111111 110101 111001

Color Harmonies of #7356CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7356CB

Black with #7356CB

Text Example


Text Example

White with #7356CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,86,203); }

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

background-color css

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

 a { background-color: rgb(115,86,203); }

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

border-color css

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

 span { border-color: rgb(115,86,203); }

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