Html Css Color HEX #7F65FB Light Slate Blue

📋 copy color: '#7F65FB'

red 127 ◦ green 101 ◦ blue 251

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

Shades of Light Slate Blue #7F65FB

Tints of Light Slate Blue #7F65FB

RGB

 RED value IS 127 (50% from 255) = 26.51%

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

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

R = 26.51%
G = 21.09%
B = 52.4%

CMYK

 C value IS 0.49

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7F65FB (or 0x7F65FB) is known color: Light Slate Blue. HEX triplet: 7F, 65 and FB. RGB value is (127,101,251). Sum of RGB (Red+Green+Blue) = 127+101+251=479 (63% of max value = 765). Red value is 127 (50% from 255 or 26.51% from 479); Green value is 101 (39.84% from 255 or 21.09% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #7F65FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F65FB is #809A04. Grayscale: #7D7D7D. Windows color (decimal): -8428037 or 16475519. OLE color: 16475519.

HSL color Cylindrical-coordinate representation of color #7F65FB: hue angle of 250.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 #7F65FB is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 127 101 251 -
CMYK 0.49 0.60 0 0.02
HSL 250.4º 0.95% 0.69% -
HSV(B) 250.4º 0.6% 0.98% -
XYZ 30.82 20.78 93.65 -
YUV 125.87 198.61 128.8 -
System Red Green Blue C M Y K H S L
Decimal 127 101 251 0.49 0.60 0 0.02 250.4 0.95 0.69
Hex 7F 65 FB 31 3C 0 2 FA 5F 45
Octal 177 145 373 61 74 0 2 372 137 105
Binary 1111111 1100101 11111011 110001 111100 0 10 11111010 1011111 1000101

Color Harmonies of #7F65FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F65FB

Black with #7F65FB

Text Example


Text Example

White with #7F65FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F65FB; }

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

 H1.HeaderClassName
 {
   color: #7F65FB;
 }
 .AnyTagClassName
 {
   color: #7F65FB;
 }
</style>

background-color css

<style>
 a { background-color: #7F65FB; }

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

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

border-color css

<style>
 span { border-color: #7F65FB; }

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

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