Html Css Color HEX #7557CF Slate Blue

📋 copy color: '#7557CF'

red 117 ◦ green 87 ◦ blue 207

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

Shades of Slate Blue #7557CF

Tints of Slate Blue #7557CF

RGB

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

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

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

R = 28.47%
G = 21.17%
B = 50.36%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7557CF (or 0x7557CF) is known color: Slate Blue. HEX triplet: 75, 57 and CF. RGB value is (117,87,207). Sum of RGB (Red+Green+Blue) = 117+87+207=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #7557CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7557CF is #8AA830. Grayscale: #6D6D6D. Windows color (decimal): -9087025 or 13588341. OLE color: 13588341.

HSL color Cylindrical-coordinate representation of color #7557CF: hue angle of 255º 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 #7557CF is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 87 207 -
CMYK 0.43 0.58 0 0.19
HSL 255º 0.56% 0.58% -
HSV(B) 255º 0.58% 0.81% -
XYZ 22.01 15.1 60.79 -
YUV 109.65 182.94 133.24 -
System Red Green Blue C M Y K H S L
Decimal 117 87 207 0.43 0.58 0 0.19 255 0.56 0.58
Hex 75 57 CF 2B 3A 0 13 FF 38 3A
Octal 165 127 317 53 72 0 23 377 70 72
Binary 1110101 1010111 11001111 101011 111010 0 10011 11111111 111000 111010

Color Harmonies of #7557CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7557CF

Black with #7557CF

Text Example


Text Example

White with #7557CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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