Html Css Color HEX #7445DF Slate Blue

📋 copy color: '#7445DF'

red 116 ◦ green 69 ◦ blue 223

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

Shades of Slate Blue #7445DF

Tints of Slate Blue #7445DF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.91%

 BLUE value IS 223 (87.5% from 255) = 54.66%

R = 28.43%
G = 16.91%
B = 54.66%

CMYK

 C value IS 0.48

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7445DF (or 0x7445DF) is known color: Slate Blue. HEX triplet: 74, 45 and DF. RGB value is (116,69,223). Sum of RGB (Red+Green+Blue) = 116+69+223=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 69 (27.34% from 255 or 16.91% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #7445DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7445DF is #8BBA20. Grayscale: #646464. Windows color (decimal): -9157153 or 14632308. OLE color: 14632308.

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

Color convert

RGB 116 69 223 -
CMYK 0.48 0.69 0 0.13
HSL 258.31º 0.71% 0.57% -
HSV(B) 258.31º 0.69% 0.87% -
XYZ 22.65 13.3 71.18 -
YUV 100.61 197.07 138.98 -
System Red Green Blue C M Y K H S L
Decimal 116 69 223 0.48 0.69 0 0.13 258.31 0.71 0.57
Hex 74 45 DF 30 45 0 D 102 47 39
Octal 164 105 337 60 105 0 15 402 107 71
Binary 1110100 1000101 11011111 110000 1000101 0 1101 100000010 1000111 111001

Color Harmonies of #7445DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7445DF

Black with #7445DF

Text Example


Text Example

White with #7445DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7445DF; }

 p { color: rgb(116,69,223); }

 H1.HeaderClassName
 {
   color: #7445DF;
 }
 .AnyTagClassName
 {
   color: #7445DF;
 }
</style>

background-color css

<style>
 a { background-color: #7445DF; }

 a { background-color: rgb(116,69,223); }

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

border-color css

<style>
 span { border-color: #7445DF; }

 span { border-color: rgb(116,69,223); }

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