Html Css Color HEX #727EFE Light Slate Blue

📋 copy color: '#727EFE'

red 114 ◦ green 126 ◦ blue 254

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

Shades of Light Slate Blue #727EFE

Tints of Light Slate Blue #727EFE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.51%

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

R = 23.08%
G = 25.51%
B = 51.42%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#727EFE (or 0x727EFE) is known color: Light Slate Blue. HEX triplet: 72, 7E and FE. RGB value is (114,126,254). Sum of RGB (Red+Green+Blue) = 114+126+254=494 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.08% from 494); Green value is 126 (49.61% from 255 or 25.51% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #727EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727EFE is #8D8101. Grayscale: #888888. Windows color (decimal): -9273602 or 16678514. OLE color: 16678514.

HSL color Cylindrical-coordinate representation of color #727EFE: hue angle of 234.86º 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 #727EFE is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 114 126 254 -
CMYK 0.55 0.50 0 0.00
HSL 234.86º 0.99% 0.72% -
HSV(B) 234.86º 0.55% 1% -
XYZ 32.29 25.65 97.02 -
YUV 137 194.02 111.59 -
System Red Green Blue C M Y K H S L
Decimal 114 126 254 0.55 0.50 0 0.00 234.86 0.99 0.72
Hex 72 7E FE 37 32 0 0 EB 63 48
Octal 162 176 376 67 62 0 0 353 143 110
Binary 1110010 1111110 11111110 110111 110010 0 0 11101011 1100011 1001000

Color Harmonies of #727EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727EFE

Black with #727EFE

Text Example


Text Example

White with #727EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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