Html Css Color HEX #727CF9 Light Slate Blue

📋 copy color: '#727CF9'

red 114 ◦ green 124 ◦ blue 249

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

Shades of Light Slate Blue #727CF9

Tints of Light Slate Blue #727CF9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.46%

 BLUE value IS 249 (97.66% from 255) = 51.13%

R = 23.41%
G = 25.46%
B = 51.13%

CMYK

 C value IS 0.54

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#727CF9 (or 0x727CF9) is known color: Light Slate Blue. HEX triplet: 72, 7C and F9. RGB value is (114,124,249). Sum of RGB (Red+Green+Blue) = 114+124+249=487 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.41% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 249 (97.66% from 255 or 51.13% from 487); Max value from RGB is 249 - color contains mainly: blue. Hex color #727CF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727CF9 is #8D8306. Grayscale: #868686. Windows color (decimal): -9274119 or 16350322. OLE color: 16350322.

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

Color convert

RGB 114 124 249 -
CMYK 0.54 0.50 0 0.02
HSL 235.56º 0.92% 0.71% -
HSV(B) 235.56º 0.54% 0.98% -
XYZ 31.25 24.83 92.77 -
YUV 135.26 192.19 112.84 -
System Red Green Blue C M Y K H S L
Decimal 114 124 249 0.54 0.50 0 0.02 235.56 0.92 0.71
Hex 72 7C F9 36 32 0 2 EC 5C 47
Octal 162 174 371 66 62 0 2 354 134 107
Binary 1110010 1111100 11111001 110110 110010 0 10 11101100 1011100 1000111

Color Harmonies of #727CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727CF9

Black with #727CF9

Text Example


Text Example

White with #727CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,124,249); }

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

background-color css

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

 a { background-color: rgb(114,124,249); }

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

border-color css

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

 span { border-color: rgb(114,124,249); }

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