Html Css Color HEX #7455DD Slate Blue

📋 copy color: '#7455DD'

red 116 ◦ green 85 ◦ blue 221

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

Shades of Slate Blue #7455DD

Tints of Slate Blue #7455DD

RGB

 RED value IS 116 (45.7% from 255) = 27.49%

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

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

R = 27.49%
G = 20.14%
B = 52.37%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7455DD (or 0x7455DD) is known color: Slate Blue. HEX triplet: 74, 55 and DD. RGB value is (116,85,221). Sum of RGB (Red+Green+Blue) = 116+85+221=422 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.49% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #7455DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7455DD is #8BAA22. Grayscale: #6D6D6D. Windows color (decimal): -9153059 or 14505332. OLE color: 14505332.

HSL color Cylindrical-coordinate representation of color #7455DD: hue angle of 253.68º 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 #7455DD is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 85 221 -
CMYK 0.48 0.62 0 0.13
HSL 253.68º 0.67% 0.6% -
HSV(B) 253.68º 0.62% 0.87% -
XYZ 23.5 15.43 70.15 -
YUV 109.77 190.77 132.44 -
System Red Green Blue C M Y K H S L
Decimal 116 85 221 0.48 0.62 0 0.13 253.68 0.67 0.6
Hex 74 55 DD 30 3E 0 D FE 43 3C
Octal 164 125 335 60 76 0 15 376 103 74
Binary 1110100 1010101 11011101 110000 111110 0 1101 11111110 1000011 111100

Color Harmonies of #7455DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7455DD

Black with #7455DD

Text Example


Text Example

White with #7455DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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