Html Css Color HEX #745FDA Slate Blue

📋 copy color: '#745FDA'

red 116 ◦ green 95 ◦ blue 218

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

Shades of Slate Blue #745FDA

Tints of Slate Blue #745FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.82%

R = 27.04%
G = 22.14%
B = 50.82%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#745FDA (or 0x745FDA) is known color: Slate Blue. HEX triplet: 74, 5F and DA. RGB value is (116,95,218). Sum of RGB (Red+Green+Blue) = 116+95+218=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #745FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745FDA is #8BA025. Grayscale: #727272. Windows color (decimal): -9150502 or 14311284. OLE color: 14311284.

HSL color Cylindrical-coordinate representation of color #745FDA: hue angle of 250.24º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #745FDA is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 95 218 -
CMYK 0.47 0.56 0 0.15
HSL 250.24º 0.62% 0.61% -
HSV(B) 250.24º 0.56% 0.85% -
XYZ 23.95 16.96 68.34 -
YUV 115.3 185.96 128.5 -
System Red Green Blue C M Y K H S L
Decimal 116 95 218 0.47 0.56 0 0.15 250.24 0.62 0.61
Hex 74 5F DA 2F 38 0 F FA 3E 3D
Octal 164 137 332 57 70 0 17 372 76 75
Binary 1110100 1011111 11011010 101111 111000 0 1111 11111010 111110 111101

Color Harmonies of #745FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745FDA

Black with #745FDA

Text Example


Text Example

White with #745FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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