Html Css Color HEX #727DFF Light Slate Blue

📋 copy color: '#727DFF'

red 114 ◦ green 125 ◦ blue 255

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

Shades of Light Slate Blue #727DFF

Tints of Light Slate Blue #727DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.62%

R = 23.08%
G = 25.3%
B = 51.62%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#727DFF (or 0x727DFF) is known color: Light Slate Blue. HEX triplet: 72, 7D and FF. RGB value is (114,125,255). Sum of RGB (Red+Green+Blue) = 114+125+255=494 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.08% from 494); Green value is 125 (49.22% from 255 or 25.30% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #727DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727DFF is #8D8200. Grayscale: #888888. Windows color (decimal): -9273857 or 16743794. OLE color: 16743794.

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

Color convert

RGB 114 125 255 -
CMYK 0.55 0.51 0 0
HSL 235.32º 1% 0.72% -
HSV(B) 235.32º 0.55% 1% -
XYZ 32.32 25.46 97.82 -
YUV 136.53 194.86 111.93 -
System Red Green Blue C M Y K H S L
Decimal 114 125 255 0.55 0.51 0 0 235.32 1 0.72
Hex 72 7D FF 37 33 0 0 EB 64 48
Octal 162 175 377 67 63 0 0 353 144 110
Binary 1110010 1111101 11111111 110111 110011 0 0 11101011 1100100 1001000

Color Harmonies of #727DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727DFF

Black with #727DFF

Text Example


Text Example

White with #727DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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