Html Css Color HEX #727AFA Light Slate Blue

📋 copy color: '#727AFA'

red 114 ◦ green 122 ◦ blue 250

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

Shades of Light Slate Blue #727AFA

Tints of Light Slate Blue #727AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.44%

R = 23.46%
G = 25.1%
B = 51.44%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#727AFA (or 0x727AFA) is known color: Light Slate Blue. HEX triplet: 72, 7A and FA. RGB value is (114,122,250). Sum of RGB (Red+Green+Blue) = 114+122+250=486 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.46% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #727AFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727AFA is #8D8505. Grayscale: #858585. Windows color (decimal): -9274630 or 16415346. OLE color: 16415346.

HSL color Cylindrical-coordinate representation of color #727AFA: hue angle of 236.47º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #727AFA is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 114 122 250 -
CMYK 0.54 0.51 0 0.02
HSL 236.47º 0.93% 0.71% -
HSV(B) 236.47º 0.54% 0.98% -
XYZ 31.15 24.4 93.51 -
YUV 134.2 193.35 113.59 -
System Red Green Blue C M Y K H S L
Decimal 114 122 250 0.54 0.51 0 0.02 236.47 0.93 0.71
Hex 72 7A FA 36 33 0 2 EC 5D 47
Octal 162 172 372 66 63 0 2 354 135 107
Binary 1110010 1111010 11111010 110110 110011 0 10 11101100 1011101 1000111

Color Harmonies of #727AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727AFA

Black with #727AFA

Text Example


Text Example

White with #727AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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