Html Css Color HEX #745FDD Slate Blue

📋 copy color: '#745FDD'

red 116 ◦ green 95 ◦ blue 221

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

Shades of Slate Blue #745FDD

Tints of Slate Blue #745FDD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.99%

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

R = 26.85%
G = 21.99%
B = 51.16%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#745FDD (or 0x745FDD) is known color: Slate Blue. HEX triplet: 74, 5F and DD. RGB value is (116,95,221). Sum of RGB (Red+Green+Blue) = 116+95+221=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #745FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745FDD is #8BA022. Grayscale: #737373. Windows color (decimal): -9150499 or 14507892. OLE color: 14507892.

HSL color Cylindrical-coordinate representation of color #745FDD: hue angle of 250º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #745FDD is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 95 221 -
CMYK 0.48 0.57 0 0.13
HSL 250º 0.65% 0.62% -
HSV(B) 250º 0.57% 0.87% -
XYZ 24.35 17.12 70.43 -
YUV 115.64 187.46 128.25 -
System Red Green Blue C M Y K H S L
Decimal 116 95 221 0.48 0.57 0 0.13 250 0.65 0.62
Hex 74 5F DD 30 39 0 D FA 41 3E
Octal 164 137 335 60 71 0 15 372 101 76
Binary 1110100 1011111 11011101 110000 111001 0 1101 11111010 1000001 111110

Color Harmonies of #745FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745FDD

Black with #745FDD

Text Example


Text Example

White with #745FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745FDD; }

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

 H1.HeaderClassName
 {
   color: #745FDD;
 }
 .AnyTagClassName
 {
   color: #745FDD;
 }
</style>

background-color css

<style>
 a { background-color: #745FDD; }

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

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

border-color css

<style>
 span { border-color: #745FDD; }

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

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