Html Css Color HEX #7481FA Light Slate Blue

📋 copy color: '#7481FA'

red 116 ◦ green 129 ◦ blue 250

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

Shades of Light Slate Blue #7481FA

Tints of Light Slate Blue #7481FA

RGB

 RED value IS 116 (45.7% from 255) = 23.43%

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

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

R = 23.43%
G = 26.06%
B = 50.51%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7481FA (or 0x7481FA) is known color: Light Slate Blue. HEX triplet: 74, 81 and FA. RGB value is (116,129,250). Sum of RGB (Red+Green+Blue) = 116+129+250=495 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.43% from 495); Green value is 129 (50.78% from 255 or 26.06% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #7481FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7481FA is #8B7E05. Grayscale: #8A8A8A. Windows color (decimal): -9141766 or 16417140. OLE color: 16417140.

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

Color convert

RGB 116 129 250 -
CMYK 0.54 0.48 0 0.02
HSL 234.18º 0.93% 0.72% -
HSV(B) 234.18º 0.54% 0.98% -
XYZ 32.31 26.32 93.82 -
YUV 138.91 190.69 111.66 -
System Red Green Blue C M Y K H S L
Decimal 116 129 250 0.54 0.48 0 0.02 234.18 0.93 0.72
Hex 74 81 FA 36 30 0 2 EA 5D 48
Octal 164 201 372 66 60 0 2 352 135 110
Binary 1110100 10000001 11111010 110110 110000 0 10 11101010 1011101 1001000

Color Harmonies of #7481FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7481FA

Black with #7481FA

Text Example


Text Example

White with #7481FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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