Html Css Color HEX #727CFE Light Slate Blue

📋 copy color: '#727CFE'

red 114 ◦ green 124 ◦ blue 254

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

Shades of Light Slate Blue #727CFE

Tints of Light Slate Blue #727CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.63%

R = 23.17%
G = 25.2%
B = 51.63%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#727CFE (or 0x727CFE) is known color: Light Slate Blue. HEX triplet: 72, 7C and FE. RGB value is (114,124,254). Sum of RGB (Red+Green+Blue) = 114+124+254=492 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.17% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #727CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727CFE is #8D8301. Grayscale: #878787. Windows color (decimal): -9274114 or 16678002. OLE color: 16678002.

HSL color Cylindrical-coordinate representation of color #727CFE: hue angle of 235.71º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #727CFE is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 114 124 254 -
CMYK 0.55 0.51 0 0.00
HSL 235.71º 0.99% 0.72% -
HSV(B) 235.71º 0.55% 1% -
XYZ 32.04 25.15 96.93 -
YUV 135.83 194.69 112.43 -
System Red Green Blue C M Y K H S L
Decimal 114 124 254 0.55 0.51 0 0.00 235.71 0.99 0.72
Hex 72 7C FE 37 33 0 0 EC 63 48
Octal 162 174 376 67 63 0 0 354 143 110
Binary 1110010 1111100 11111110 110111 110011 0 0 11101100 1100011 1001000

Color Harmonies of #727CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727CFE

Black with #727CFE

Text Example


Text Example

White with #727CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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