Html Css Color HEX #727BFD Light Slate Blue

📋 copy color: '#727BFD'

red 114 ◦ green 123 ◦ blue 253

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

Shades of Light Slate Blue #727BFD

Tints of Light Slate Blue #727BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.63%

R = 23.27%
G = 25.1%
B = 51.63%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#727BFD (or 0x727BFD) is known color: Light Slate Blue. HEX triplet: 72, 7B and FD. RGB value is (114,123,253). Sum of RGB (Red+Green+Blue) = 114+123+253=490 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.27% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #727BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727BFD is #8D8402. Grayscale: #868686. Windows color (decimal): -9274371 or 16612210. OLE color: 16612210.

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

Color convert

RGB 114 123 253 -
CMYK 0.55 0.51 0 0.01
HSL 236.12º 0.97% 0.72% -
HSV(B) 236.12º 0.55% 0.99% -
XYZ 31.75 24.84 96.05 -
YUV 135.13 194.52 112.93 -
System Red Green Blue C M Y K H S L
Decimal 114 123 253 0.55 0.51 0 0.01 236.12 0.97 0.72
Hex 72 7B FD 37 33 0 1 EC 61 48
Octal 162 173 375 67 63 0 1 354 141 110
Binary 1110010 1111011 11111101 110111 110011 0 1 11101100 1100001 1001000

Color Harmonies of #727BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727BFD

Black with #727BFD

Text Example


Text Example

White with #727BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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