Html Css Color HEX #7065FB Medium Slate Blue

📋 copy color: '#7065FB'

red 112 ◦ green 101 ◦ blue 251

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

Shades of Medium Slate Blue #7065FB

Tints of Medium Slate Blue #7065FB

RGB

 RED value IS 112 (44.14% from 255) = 24.14%

 GREEN value IS 101 (39.84% from 255) = 21.77%

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

R = 24.14%
G = 21.77%
B = 54.09%

CMYK

 C value IS 0.55

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7065FB (or 0x7065FB) is known color: Medium Slate Blue. HEX triplet: 70, 65 and FB. RGB value is (112,101,251). Sum of RGB (Red+Green+Blue) = 112+101+251=464 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.14% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #7065FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7065FB is #8F9A04. Grayscale: #787878. Windows color (decimal): -9411077 or 16475504. OLE color: 16475504.

HSL color Cylindrical-coordinate representation of color #7065FB: hue angle of 244.4º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7065FB is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 101 251 -
CMYK 0.55 0.60 0 0.02
HSL 244.4º 0.95% 0.69% -
HSV(B) 244.4º 0.6% 0.98% -
XYZ 28.75 19.72 93.56 -
YUV 121.39 201.14 121.3 -
System Red Green Blue C M Y K H S L
Decimal 112 101 251 0.55 0.60 0 0.02 244.4 0.95 0.69
Hex 70 65 FB 37 3C 0 2 F4 5F 45
Octal 160 145 373 67 74 0 2 364 137 105
Binary 1110000 1100101 11111011 110111 111100 0 10 11110100 1011111 1000101

Color Harmonies of #7065FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7065FB

Black with #7065FB

Text Example


Text Example

White with #7065FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,101,251); }

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

background-color css

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

 a { background-color: rgb(112,101,251); }

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

border-color css

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

 span { border-color: rgb(112,101,251); }

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