Html Css Color HEX #7748CD Slate Blue

📋 copy color: '#7748CD'

red 119 ◦ green 72 ◦ blue 205

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

Shades of Slate Blue #7748CD

Tints of Slate Blue #7748CD

RGB

 RED value IS 119 (46.88% from 255) = 30.05%

 GREEN value IS 72 (28.52% from 255) = 18.18%

 BLUE value IS 205 (80.47% from 255) = 51.77%

R = 30.05%
G = 18.18%
B = 51.77%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7748CD (or 0x7748CD) is known color: Slate Blue. HEX triplet: 77, 48 and CD. RGB value is (119,72,205). Sum of RGB (Red+Green+Blue) = 119+72+205=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #7748CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7748CD is #88B732. Grayscale: #646464. Windows color (decimal): -8959795 or 13453431. OLE color: 13453431.

HSL color Cylindrical-coordinate representation of color #7748CD: hue angle of 261.2º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7748CD is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 72 205 -
CMYK 0.42 0.65 0 0.20
HSL 261.2º 0.57% 0.54% -
HSV(B) 261.2º 0.65% 0.8% -
XYZ 20.94 12.96 59.16 -
YUV 101.22 186.57 140.69 -
System Red Green Blue C M Y K H S L
Decimal 119 72 205 0.42 0.65 0 0.20 261.2 0.57 0.54
Hex 77 48 CD 2A 41 0 14 105 39 36
Octal 167 110 315 52 101 0 24 405 71 66
Binary 1110111 1001000 11001101 101010 1000001 0 10100 100000101 111001 110110

Color Harmonies of #7748CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7748CD

Black with #7748CD

Text Example


Text Example

White with #7748CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7748CD; }

 p { color: rgb(119,72,205); }

 H1.HeaderClassName
 {
   color: #7748CD;
 }
 .AnyTagClassName
 {
   color: #7748CD;
 }
</style>

background-color css

<style>
 a { background-color: #7748CD; }

 a { background-color: rgb(119,72,205); }

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

border-color css

<style>
 span { border-color: #7748CD; }

 span { border-color: rgb(119,72,205); }

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