Html Css Color HEX #727BFE Light Slate Blue

📋 copy color: '#727BFE'

red 114 ◦ green 123 ◦ blue 254

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

Shades of Light Slate Blue #727BFE

Tints of Light Slate Blue #727BFE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.05%

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

R = 23.22%
G = 25.05%
B = 51.73%

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

#727BFE (or 0x727BFE) is known color: Light Slate Blue. HEX triplet: 72, 7B and FE. RGB value is (114,123,254). Sum of RGB (Red+Green+Blue) = 114+123+254=491 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.22% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #727BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727BFE is #8D8401. Grayscale: #868686. Windows color (decimal): -9274370 or 16677746. OLE color: 16677746.

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

Color convert

RGB 114 123 254 -
CMYK 0.55 0.52 0 0.00
HSL 236.14º 0.99% 0.72% -
HSV(B) 236.14º 0.55% 1% -
XYZ 31.91 24.9 96.89 -
YUV 135.24 195.02 112.85 -
System Red Green Blue C M Y K H S L
Decimal 114 123 254 0.55 0.52 0 0.00 236.14 0.99 0.72
Hex 72 7B FE 37 34 0 0 EC 63 48
Octal 162 173 376 67 64 0 0 354 143 110
Binary 1110010 1111011 11111110 110111 110100 0 0 11101100 1100011 1001000

Color Harmonies of #727BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727BFE

Black with #727BFE

Text Example


Text Example

White with #727BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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