Html Css Color HEX #7381FA Light Slate Blue

📋 copy color: '#7381FA'

red 115 ◦ green 129 ◦ blue 250

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

Shades of Light Slate Blue #7381FA

Tints of Light Slate Blue #7381FA

RGB

 RED value IS 115 (45.31% from 255) = 23.28%

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

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

R = 23.28%
G = 26.11%
B = 50.61%

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

#7381FA (or 0x7381FA) is known color: Light Slate Blue. HEX triplet: 73, 81 and FA. RGB value is (115,129,250). Sum of RGB (Red+Green+Blue) = 115+129+250=494 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.28% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #7381FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7381FA is #8C7E05. Grayscale: #8A8A8A. Windows color (decimal): -9207302 or 16417139. OLE color: 16417139.

HSL color Cylindrical-coordinate representation of color #7381FA: hue angle of 233.78º 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 #7381FA is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 115 129 250 -
CMYK 0.54 0.48 0 0.02
HSL 233.78º 0.93% 0.72% -
HSV(B) 233.78º 0.54% 0.98% -
XYZ 32.18 26.25 93.81 -
YUV 138.61 190.86 111.16 -
System Red Green Blue C M Y K H S L
Decimal 115 129 250 0.54 0.48 0 0.02 233.78 0.93 0.72
Hex 73 81 FA 36 30 0 2 EA 5D 48
Octal 163 201 372 66 60 0 2 352 135 110
Binary 1110011 10000001 11111010 110110 110000 0 10 11101010 1011101 1001000

Color Harmonies of #7381FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7381FA

Black with #7381FA

Text Example


Text Example

White with #7381FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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