Html Css Color HEX #7279FF Light Slate Blue

📋 copy color: '#7279FF'

red 114 ◦ green 121 ◦ blue 255

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

Shades of Light Slate Blue #7279FF

Tints of Light Slate Blue #7279FF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.69%

 BLUE value IS 255 (100% from 255) = 52.04%

R = 23.27%
G = 24.69%
B = 52.04%

CMYK

 C value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7279FF (or 0x7279FF) is known color: Light Slate Blue. HEX triplet: 72, 79 and FF. RGB value is (114,121,255). Sum of RGB (Red+Green+Blue) = 114+121+255=490 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.27% from 490); Green value is 121 (47.66% from 255 or 24.69% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #7279FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7279FF is #8D8600. Grayscale: #858585. Windows color (decimal): -9274881 or 16742770. OLE color: 16742770.

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

Color convert

RGB 114 121 255 -
CMYK 0.55 0.53 0 0
HSL 237.02º 1% 0.72% -
HSV(B) 237.02º 0.55% 1% -
XYZ 31.83 24.47 97.65 -
YUV 134.18 196.18 113.6 -
System Red Green Blue C M Y K H S L
Decimal 114 121 255 0.55 0.53 0 0 237.02 1 0.72
Hex 72 79 FF 37 35 0 0 ED 64 48
Octal 162 171 377 67 65 0 0 355 144 110
Binary 1110010 1111001 11111111 110111 110101 0 0 11101101 1100100 1001000

Color Harmonies of #7279FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7279FF

Black with #7279FF

Text Example


Text Example

White with #7279FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7279FF; }

 p { color: rgb(114,121,255); }

 H1.HeaderClassName
 {
   color: #7279FF;
 }
 .AnyTagClassName
 {
   color: #7279FF;
 }
</style>

background-color css

<style>
 a { background-color: #7279FF; }

 a { background-color: rgb(114,121,255); }

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

border-color css

<style>
 span { border-color: #7279FF; }

 span { border-color: rgb(114,121,255); }

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