Html Css Color HEX #727AFE Light Slate Blue

📋 copy color: '#727AFE'

red 114 ◦ green 122 ◦ blue 254

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

Shades of Light Slate Blue #727AFE

Tints of Light Slate Blue #727AFE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.9%

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

R = 23.27%
G = 24.9%
B = 51.84%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#727AFE (or 0x727AFE) is known color: Light Slate Blue. HEX triplet: 72, 7A and FE. RGB value is (114,122,254). Sum of RGB (Red+Green+Blue) = 114+122+254=490 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.27% from 490); Green value is 122 (48.05% from 255 or 24.90% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #727AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727AFE is #8D8501. Grayscale: #868686. Windows color (decimal): -9274626 or 16677490. OLE color: 16677490.

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

Color convert

RGB 114 122 254 -
CMYK 0.55 0.52 0 0.00
HSL 236.57º 0.99% 0.72% -
HSV(B) 236.57º 0.55% 1% -
XYZ 31.79 24.65 96.85 -
YUV 134.66 195.35 113.27 -
System Red Green Blue C M Y K H S L
Decimal 114 122 254 0.55 0.52 0 0.00 236.57 0.99 0.72
Hex 72 7A FE 37 34 0 0 ED 63 48
Octal 162 172 376 67 64 0 0 355 143 110
Binary 1110010 1111010 11111110 110111 110100 0 0 11101101 1100011 1001000

Color Harmonies of #727AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727AFE

Black with #727AFE

Text Example


Text Example

White with #727AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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