Html Css Color HEX #7355CF Slate Blue

📋 copy color: '#7355CF'

red 115 ◦ green 85 ◦ blue 207

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

Shades of Slate Blue #7355CF

Tints of Slate Blue #7355CF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.88%

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

R = 28.26%
G = 20.88%
B = 50.86%

CMYK

 C value IS 0.44

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7355CF (or 0x7355CF) is known color: Slate Blue. HEX triplet: 73, 55 and CF. RGB value is (115,85,207). Sum of RGB (Red+Green+Blue) = 115+85+207=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #7355CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7355CF is #8CAA30. Grayscale: #6B6B6B. Windows color (decimal): -9218609 or 13587827. OLE color: 13587827.

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

Color convert

RGB 115 85 207 -
CMYK 0.44 0.59 0 0.19
HSL 254.75º 0.56% 0.57% -
HSV(B) 254.75º 0.59% 0.81% -
XYZ 21.58 14.65 60.72 -
YUV 107.88 183.94 133.08 -
System Red Green Blue C M Y K H S L
Decimal 115 85 207 0.44 0.59 0 0.19 254.75 0.56 0.57
Hex 73 55 CF 2C 3B 0 13 FF 38 39
Octal 163 125 317 54 73 0 23 377 70 71
Binary 1110011 1010101 11001111 101100 111011 0 10011 11111111 111000 111001

Color Harmonies of #7355CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7355CF

Black with #7355CF

Text Example


Text Example

White with #7355CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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