#7275ff

Color #7275FF Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #7275FF

Tints of Light Slate Blue #7275FF

Color information

#7275FF (or 0x7275FF) is unknown color: approx Light Slate Blue. HEX triplet: 72, 75 and FF. RGB value is (114,117,255). Sum of RGB (Red+Green+Blue) = 114+117+255=486 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.46% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #7275FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7275FF is #8D8A00. Grayscale: #838383. Windows color (decimal): -9275905 or 16741746. OLE color: 16741746.

HSL color Cylindrical-coordinate representation of color #7275FF: hue angle of 238.72º 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 #7275FF is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB114117255-
CMYK0.550.5400
HSL238.72º100%72.35%-
HSV(B)238.72º55.29%100%-
XYZ31.3523.5297.5-
YUV131.84197.51115.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.46%
GREEN value IS 117 (46.09% from 255) = 24.07%
BLUE value IS 255 (100% from 255) = 52.47%
R=23.46%
G=24.07%
B=52.47%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1141172550.550.5400238.7210072.35
Hex7275FF373600ef6448
Octal162165377676600357144110
Binary1110010111010111111111110111110110001110111111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7275ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7275ff; }

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

 H1.HeaderClassName
 {
   color: #7275ff;
 }
 .AnyTagClassName
 {
   color: #7275ff;
 }
</style>
background-color css

<style>
 a { background-color: #7275ff; }

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

 div.DivClassName
 {
   background-color: #7275ff;
 }
 .BgClassName
 {
   background-color: #7275ff;
 }
</style>
border-color css

<style>
 span { border-color: #7275ff; }

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

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