Html Css Color HEX #7555CD Slate Blue

📋 copy color: '#7555CD'

red 117 ◦ green 85 ◦ blue 205

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

Shades of Slate Blue #7555CD

Tints of Slate Blue #7555CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.37%

R = 28.75%
G = 20.88%
B = 50.37%

CMYK

 C value IS 0.43

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7555CD (or 0x7555CD) is known color: Slate Blue. HEX triplet: 75, 55 and CD. RGB value is (117,85,205). Sum of RGB (Red+Green+Blue) = 117+85+205=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #7555CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7555CD is #8AAA32. Grayscale: #6B6B6B. Windows color (decimal): -9087539 or 13456757. OLE color: 13456757.

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

Color convert

RGB 117 85 205 -
CMYK 0.43 0.59 0 0.20
HSL 256º 0.55% 0.57% -
HSV(B) 256º 0.59% 0.8% -
XYZ 21.6 14.69 59.45 -
YUV 108.25 182.6 134.24 -
System Red Green Blue C M Y K H S L
Decimal 117 85 205 0.43 0.59 0 0.20 256 0.55 0.57
Hex 75 55 CD 2B 3B 0 14 100 37 39
Octal 165 125 315 53 73 0 24 400 67 71
Binary 1110101 1010101 11001101 101011 111011 0 10100 100000000 110111 111001

Color Harmonies of #7555CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7555CD

Black with #7555CD

Text Example


Text Example

White with #7555CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7555CD; }

 p { color: rgb(117,85,205); }

 H1.HeaderClassName
 {
   color: #7555CD;
 }
 .AnyTagClassName
 {
   color: #7555CD;
 }
</style>

background-color css

<style>
 a { background-color: #7555CD; }

 a { background-color: rgb(117,85,205); }

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

border-color css

<style>
 span { border-color: #7555CD; }

 span { border-color: rgb(117,85,205); }

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