Html Css Color HEX #7586FF Light Slate Blue

📋 copy color: '#7586FF'

red 117 ◦ green 134 ◦ blue 255

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

Shades of Light Slate Blue #7586FF

Tints of Light Slate Blue #7586FF

RGB

 RED value IS 117 (46.09% from 255) = 23.12%

 GREEN value IS 134 (52.73% from 255) = 26.48%

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

R = 23.12%
G = 26.48%
B = 50.4%

CMYK

 C value IS 0.54

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7586FF (or 0x7586FF) is known color: Light Slate Blue. HEX triplet: 75, 86 and FF. RGB value is (117,134,255). Sum of RGB (Red+Green+Blue) = 117+134+255=506 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.12% from 506); Green value is 134 (52.73% from 255 or 26.48% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #7586FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7586FF is #8A7900. Grayscale: #8E8E8E. Windows color (decimal): -9074945 or 16746101. OLE color: 16746101.

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

Color convert

RGB 117 134 255 -
CMYK 0.54 0.47 0 0
HSL 232.61º 1% 0.73% -
HSV(B) 232.61º 0.54% 1% -
XYZ 33.91 28.05 98.24 -
YUV 142.71 191.37 109.66 -
System Red Green Blue C M Y K H S L
Decimal 117 134 255 0.54 0.47 0 0 232.61 1 0.73
Hex 75 86 FF 36 2F 0 0 E9 64 49
Octal 165 206 377 66 57 0 0 351 144 111
Binary 1110101 10000110 11111111 110110 101111 0 0 11101001 1100100 1001001

Color Harmonies of #7586FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7586FF

Black with #7586FF

Text Example


Text Example

White with #7586FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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