Html Css Color HEX #727DFB Light Slate Blue

📋 copy color: '#727DFB'

red 114 ◦ green 125 ◦ blue 251

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

Shades of Light Slate Blue #727DFB

Tints of Light Slate Blue #727DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.22%

R = 23.27%
G = 25.51%
B = 51.22%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#727DFB (or 0x727DFB) is known color: Light Slate Blue. HEX triplet: 72, 7D and FB. RGB value is (114,125,251). Sum of RGB (Red+Green+Blue) = 114+125+251=490 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.27% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #727DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727DFB is #8D8204. Grayscale: #878787. Windows color (decimal): -9273861 or 16481650. OLE color: 16481650.

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

Color convert

RGB 114 125 251 -
CMYK 0.55 0.50 0 0.02
HSL 235.18º 0.94% 0.72% -
HSV(B) 235.18º 0.55% 0.98% -
XYZ 31.69 25.21 94.46 -
YUV 136.08 192.86 112.25 -
System Red Green Blue C M Y K H S L
Decimal 114 125 251 0.55 0.50 0 0.02 235.18 0.94 0.72
Hex 72 7D FB 37 32 0 2 EB 5E 48
Octal 162 175 373 67 62 0 2 353 136 110
Binary 1110010 1111101 11111011 110111 110010 0 10 11101011 1011110 1001000

Color Harmonies of #727DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727DFB

Black with #727DFB

Text Example


Text Example

White with #727DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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