Html Css Color HEX #727DF6 Light Slate Blue

📋 copy color: '#727DF6'

red 114 ◦ green 125 ◦ blue 246

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

Shades of Light Slate Blue #727DF6

Tints of Light Slate Blue #727DF6

RGB

 RED value IS 114 (44.92% from 255) = 23.51%

 GREEN value IS 125 (49.22% from 255) = 25.77%

 BLUE value IS 246 (96.48% from 255) = 50.72%

R = 23.51%
G = 25.77%
B = 50.72%

CMYK

 C value IS 0.54

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#727DF6 (or 0x727DF6) is known color: Light Slate Blue. HEX triplet: 72, 7D and F6. RGB value is (114,125,246). Sum of RGB (Red+Green+Blue) = 114+125+246=485 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.51% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 246 (96.48% from 255 or 50.72% from 485); Max value from RGB is 246 - color contains mainly: blue. Hex color #727DF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727DF6 is #8D8209. Grayscale: #878787. Windows color (decimal): -9273866 or 16153970. OLE color: 16153970.

HSL color Cylindrical-coordinate representation of color #727DF6: hue angle of 235º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #727DF6 is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 114 125 246 -
CMYK 0.54 0.49 0 0.04
HSL 235º 0.88% 0.71% -
HSV(B) 235º 0.54% 0.96% -
XYZ 30.91 24.9 90.37 -
YUV 135.51 190.36 112.66 -
System Red Green Blue C M Y K H S L
Decimal 114 125 246 0.54 0.49 0 0.04 235 0.88 0.71
Hex 72 7D F6 36 31 0 4 EB 58 47
Octal 162 175 366 66 61 0 4 353 130 107
Binary 1110010 1111101 11110110 110110 110001 0 100 11101011 1011000 1000111

Color Harmonies of #727DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727DF6

Black with #727DF6

Text Example


Text Example

White with #727DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727DF6; }

 p { color: rgb(114,125,246); }

 H1.HeaderClassName
 {
   color: #727DF6;
 }
 .AnyTagClassName
 {
   color: #727DF6;
 }
</style>

background-color css

<style>
 a { background-color: #727DF6; }

 a { background-color: rgb(114,125,246); }

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

border-color css

<style>
 span { border-color: #727DF6; }

 span { border-color: rgb(114,125,246); }

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