Html Css Color HEX #7F68DA Medium Slate Blue

📋 copy color: '#7F68DA'

red 127 ◦ green 104 ◦ blue 218

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

Shades of Medium Slate Blue #7F68DA

Tints of Medium Slate Blue #7F68DA

RGB

 RED value IS 127 (50% from 255) = 28.29%

 GREEN value IS 104 (41.02% from 255) = 23.16%

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

R = 28.29%
G = 23.16%
B = 48.55%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7F68DA (or 0x7F68DA) is known color: Medium Slate Blue. HEX triplet: 7F, 68 and DA. RGB value is (127,104,218). Sum of RGB (Red+Green+Blue) = 127+104+218=449 (59% of max value = 765). Red value is 127 (50% from 255 or 28.29% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #7F68DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F68DA is #809725. Grayscale: #7B7B7B. Windows color (decimal): -8427302 or 14313599. OLE color: 14313599.

HSL color Cylindrical-coordinate representation of color #7F68DA: hue angle of 252.11º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F68DA is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 127 104 218 -
CMYK 0.42 0.52 0 0.15
HSL 252.11º 0.61% 0.63% -
HSV(B) 252.11º 0.52% 0.85% -
XYZ 26.36 19.47 68.7 -
YUV 123.87 181.12 130.23 -
System Red Green Blue C M Y K H S L
Decimal 127 104 218 0.42 0.52 0 0.15 252.11 0.61 0.63
Hex 7F 68 DA 2A 34 0 F FC 3D 3F
Octal 177 150 332 52 64 0 17 374 75 77
Binary 1111111 1101000 11011010 101010 110100 0 1111 11111100 111101 111111

Color Harmonies of #7F68DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F68DA

Black with #7F68DA

Text Example


Text Example

White with #7F68DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F68DA; }

 p { color: rgb(127,104,218); }

 H1.HeaderClassName
 {
   color: #7F68DA;
 }
 .AnyTagClassName
 {
   color: #7F68DA;
 }
</style>

background-color css

<style>
 a { background-color: #7F68DA; }

 a { background-color: rgb(127,104,218); }

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

border-color css

<style>
 span { border-color: #7F68DA; }

 span { border-color: rgb(127,104,218); }

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