Html Css Color HEX #7581FA Light Slate Blue

📋 copy color: '#7581FA'

red 117 ◦ green 129 ◦ blue 250

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

Shades of Light Slate Blue #7581FA

Tints of Light Slate Blue #7581FA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.01%

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

R = 23.59%
G = 26.01%
B = 50.4%

CMYK

 C value IS 0.53

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7581FA (or 0x7581FA) is known color: Light Slate Blue. HEX triplet: 75, 81 and FA. RGB value is (117,129,250). Sum of RGB (Red+Green+Blue) = 117+129+250=496 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.59% from 496); Green value is 129 (50.78% from 255 or 26.01% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #7581FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7581FA is #8A7E05. Grayscale: #8A8A8A. Windows color (decimal): -9076230 or 16417141. OLE color: 16417141.

HSL color Cylindrical-coordinate representation of color #7581FA: hue angle of 234.59º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7581FA is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 129 250 -
CMYK 0.53 0.48 0 0.02
HSL 234.59º 0.93% 0.72% -
HSV(B) 234.59º 0.53% 0.98% -
XYZ 32.44 26.38 93.83 -
YUV 139.21 190.52 112.16 -
System Red Green Blue C M Y K H S L
Decimal 117 129 250 0.53 0.48 0 0.02 234.59 0.93 0.72
Hex 75 81 FA 35 30 0 2 EB 5D 48
Octal 165 201 372 65 60 0 2 353 135 110
Binary 1110101 10000001 11111010 110101 110000 0 10 11101011 1011101 1001000

Color Harmonies of #7581FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7581FA

Black with #7581FA

Text Example


Text Example

White with #7581FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7581FA; }

 p { color: rgb(117,129,250); }

 H1.HeaderClassName
 {
   color: #7581FA;
 }
 .AnyTagClassName
 {
   color: #7581FA;
 }
</style>

background-color css

<style>
 a { background-color: #7581FA; }

 a { background-color: rgb(117,129,250); }

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

border-color css

<style>
 span { border-color: #7581FA; }

 span { border-color: rgb(117,129,250); }

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