Html Css Color HEX #7358CF Slate Blue

📋 copy color: '#7358CF'

red 115 ◦ green 88 ◦ blue 207

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

Shades of Slate Blue #7358CF

Tints of Slate Blue #7358CF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.46%

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

R = 28.05%
G = 21.46%
B = 50.49%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7358CF (or 0x7358CF) is known color: Slate Blue. HEX triplet: 73, 58 and CF. RGB value is (115,88,207). Sum of RGB (Red+Green+Blue) = 115+88+207=410 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.05% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #7358CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7358CF is #8CA730. Grayscale: #6D6D6D. Windows color (decimal): -9217841 or 13588595. OLE color: 13588595.

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

Color convert

RGB 115 88 207 -
CMYK 0.44 0.57 0 0.19
HSL 253.61º 0.55% 0.58% -
HSV(B) 253.61º 0.57% 0.81% -
XYZ 21.82 15.13 60.8 -
YUV 109.64 182.95 131.82 -
System Red Green Blue C M Y K H S L
Decimal 115 88 207 0.44 0.57 0 0.19 253.61 0.55 0.58
Hex 73 58 CF 2C 39 0 13 FE 37 3A
Octal 163 130 317 54 71 0 23 376 67 72
Binary 1110011 1011000 11001111 101100 111001 0 10011 11111110 110111 111010

Color Harmonies of #7358CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7358CF

Black with #7358CF

Text Example


Text Example

White with #7358CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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