Html Css Color HEX #727DF8 Light Slate Blue

📋 copy color: '#727DF8'

red 114 ◦ green 125 ◦ blue 248

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

Shades of Light Slate Blue #727DF8

Tints of Light Slate Blue #727DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 50.92%

R = 23.41%
G = 25.67%
B = 50.92%

CMYK

 C value IS 0.54

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#727DF8 (or 0x727DF8) is known color: Light Slate Blue. HEX triplet: 72, 7D and F8. RGB value is (114,125,248). Sum of RGB (Red+Green+Blue) = 114+125+248=487 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.41% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 248 (97.27% from 255 or 50.92% from 487); Max value from RGB is 248 - color contains mainly: blue. Hex color #727DF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727DF8 is #8D8207. Grayscale: #878787. Windows color (decimal): -9273864 or 16285042. OLE color: 16285042.

HSL color Cylindrical-coordinate representation of color #727DF8: hue angle of 235.07º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #727DF8 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 114 125 248 -
CMYK 0.54 0.50 0 0.03
HSL 235.07º 0.91% 0.71% -
HSV(B) 235.07º 0.54% 0.97% -
XYZ 31.22 25.02 91.99 -
YUV 135.73 191.36 112.5 -
System Red Green Blue C M Y K H S L
Decimal 114 125 248 0.54 0.50 0 0.03 235.07 0.91 0.71
Hex 72 7D F8 36 32 0 3 EB 5B 47
Octal 162 175 370 66 62 0 3 353 133 107
Binary 1110010 1111101 11111000 110110 110010 0 11 11101011 1011011 1000111

Color Harmonies of #727DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727DF8

Black with #727DF8

Text Example


Text Example

White with #727DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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