Html Css Color HEX #7555DD Slate Blue

📋 copy color: '#7555DD'

red 117 ◦ green 85 ◦ blue 221

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

Shades of Slate Blue #7555DD

Tints of Slate Blue #7555DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.25%

R = 27.66%
G = 20.09%
B = 52.25%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7555DD (or 0x7555DD) is known color: Slate Blue. HEX triplet: 75, 55 and DD. RGB value is (117,85,221). Sum of RGB (Red+Green+Blue) = 117+85+221=423 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.66% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #7555DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7555DD is #8AAA22. Grayscale: #6D6D6D. Windows color (decimal): -9087523 or 14505333. OLE color: 14505333.

HSL color Cylindrical-coordinate representation of color #7555DD: hue angle of 254.12º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7555DD is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 85 221 -
CMYK 0.47 0.62 0 0.13
HSL 254.12º 0.67% 0.6% -
HSV(B) 254.12º 0.62% 0.87% -
XYZ 23.64 15.5 70.15 -
YUV 110.07 190.6 132.94 -
System Red Green Blue C M Y K H S L
Decimal 117 85 221 0.47 0.62 0 0.13 254.12 0.67 0.6
Hex 75 55 DD 2F 3E 0 D FE 43 3C
Octal 165 125 335 57 76 0 15 376 103 74
Binary 1110101 1010101 11011101 101111 111110 0 1101 11111110 1000011 111100

Color Harmonies of #7555DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7555DD

Black with #7555DD

Text Example


Text Example

White with #7555DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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