Html Css Color HEX #7357CF Slate Blue

📋 copy color: '#7357CF'

red 115 ◦ green 87 ◦ blue 207

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

Shades of Slate Blue #7357CF

Tints of Slate Blue #7357CF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.27%

 BLUE value IS 207 (81.25% from 255) = 50.61%

R = 28.12%
G = 21.27%
B = 50.61%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7357CF (or 0x7357CF) is known color: Slate Blue. HEX triplet: 73, 57 and CF. RGB value is (115,87,207). Sum of RGB (Red+Green+Blue) = 115+87+207=409 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.12% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #7357CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7357CF is #8CA830. Grayscale: #6C6C6C. Windows color (decimal): -9218097 or 13588339. OLE color: 13588339.

HSL color Cylindrical-coordinate representation of color #7357CF: hue angle of 254º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7357CF is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 87 207 -
CMYK 0.44 0.58 0 0.19
HSL 254º 0.56% 0.58% -
HSV(B) 254º 0.58% 0.81% -
XYZ 21.74 14.97 60.77 -
YUV 109.05 183.28 132.24 -
System Red Green Blue C M Y K H S L
Decimal 115 87 207 0.44 0.58 0 0.19 254 0.56 0.58
Hex 73 57 CF 2C 3A 0 13 FE 38 3A
Octal 163 127 317 54 72 0 23 376 70 72
Binary 1110011 1010111 11001111 101100 111010 0 10011 11111110 111000 111010

Color Harmonies of #7357CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7357CF

Black with #7357CF

Text Example


Text Example

White with #7357CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7357CF; }

 p { color: rgb(115,87,207); }

 H1.HeaderClassName
 {
   color: #7357CF;
 }
 .AnyTagClassName
 {
   color: #7357CF;
 }
</style>

background-color css

<style>
 a { background-color: #7357CF; }

 a { background-color: rgb(115,87,207); }

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

border-color css

<style>
 span { border-color: #7357CF; }

 span { border-color: rgb(115,87,207); }

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