Html Css Color HEX #7271FE Light Slate Blue

📋 copy color: '#7271FE'

red 114 ◦ green 113 ◦ blue 254

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

Shades of Light Slate Blue #7271FE

Tints of Light Slate Blue #7271FE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.49%

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

R = 23.7%
G = 23.49%
B = 52.81%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7271FE (or 0x7271FE) is known color: Light Slate Blue. HEX triplet: 72, 71 and FE. RGB value is (114,113,254). Sum of RGB (Red+Green+Blue) = 114+113+254=481 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.70% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #7271FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7271FE is #8D8E01. Grayscale: #808080. Windows color (decimal): -9276930 or 16675186. OLE color: 16675186.

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

Color convert

RGB 114 113 254 -
CMYK 0.55 0.56 0 0.00
HSL 240.43º 0.99% 0.72% -
HSV(B) 240.43º 0.56% 1% -
XYZ 30.73 22.54 96.5 -
YUV 129.37 198.33 117.04 -
System Red Green Blue C M Y K H S L
Decimal 114 113 254 0.55 0.56 0 0.00 240.43 0.99 0.72
Hex 72 71 FE 37 38 0 0 F0 63 48
Octal 162 161 376 67 70 0 0 360 143 110
Binary 1110010 1110001 11111110 110111 111000 0 0 11110000 1100011 1001000

Color Harmonies of #7271FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7271FE

Black with #7271FE

Text Example


Text Example

White with #7271FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7271FE; }

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

 H1.HeaderClassName
 {
   color: #7271FE;
 }
 .AnyTagClassName
 {
   color: #7271FE;
 }
</style>

background-color css

<style>
 a { background-color: #7271FE; }

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

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

border-color css

<style>
 span { border-color: #7271FE; }

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

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