Html Css Color HEX #7375FB Light Slate Blue

📋 copy color: '#7375FB'

red 115 ◦ green 117 ◦ blue 251

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

Shades of Light Slate Blue #7375FB

Tints of Light Slate Blue #7375FB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.22%

 BLUE value IS 251 (98.44% from 255) = 51.97%

R = 23.81%
G = 24.22%
B = 51.97%

CMYK

 C value IS 0.54

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7375FB (or 0x7375FB) is known color: Light Slate Blue. HEX triplet: 73, 75 and FB. RGB value is (115,117,251). Sum of RGB (Red+Green+Blue) = 115+117+251=483 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.81% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 251 (98.44% from 255 or 51.97% from 483); Max value from RGB is 251 - color contains mainly: blue. Hex color #7375FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7375FB is #8C8A04. Grayscale: #838383. Windows color (decimal): -9210373 or 16479603. OLE color: 16479603.

HSL color Cylindrical-coordinate representation of color #7375FB: hue angle of 239.12º degrees, saturation: 0.94, 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 #7375FB is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 115 117 251 -
CMYK 0.54 0.53 0 0.02
HSL 239.12º 0.94% 0.72% -
HSV(B) 239.12º 0.54% 0.98% -
XYZ 30.84 23.33 94.14 -
YUV 131.68 195.34 116.1 -
System Red Green Blue C M Y K H S L
Decimal 115 117 251 0.54 0.53 0 0.02 239.12 0.94 0.72
Hex 73 75 FB 36 35 0 2 EF 5E 48
Octal 163 165 373 66 65 0 2 357 136 110
Binary 1110011 1110101 11111011 110110 110101 0 10 11101111 1011110 1001000

Color Harmonies of #7375FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7375FB

Black with #7375FB

Text Example


Text Example

White with #7375FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7375FB; }

 p { color: rgb(115,117,251); }

 H1.HeaderClassName
 {
   color: #7375FB;
 }
 .AnyTagClassName
 {
   color: #7375FB;
 }
</style>

background-color css

<style>
 a { background-color: #7375FB; }

 a { background-color: rgb(115,117,251); }

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

border-color css

<style>
 span { border-color: #7375FB; }

 span { border-color: rgb(115,117,251); }

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