Html Css Color HEX #8465BF True V

📋 copy color: '#8465BF'

red 132 ◦ green 101 ◦ blue 191

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

Shades of True V #8465BF

Tints of True V #8465BF

RGB

 RED value IS 132 (51.95% from 255) = 31.13%

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

 BLUE value IS 191 (75% from 255) = 45.05%

R = 31.13%
G = 23.82%
B = 45.05%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8465BF (or 0x8465BF) is known color: True V. HEX triplet: 84, 65 and BF. RGB value is (132,101,191). Sum of RGB (Red+Green+Blue) = 132+101+191=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #8465BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8465BF is #7B9A40. Grayscale: #787878. Windows color (decimal): -8100417 or 12543364. OLE color: 12543364.

HSL color Cylindrical-coordinate representation of color #8465BF: hue angle of 260.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8465BF is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 101 191 -
CMYK 0.31 0.47 0 0.25
HSL 260.67º 0.41% 0.57% -
HSV(B) 260.67º 0.47% 0.75% -
XYZ 23.57 17.97 51.52 -
YUV 120.53 167.77 136.18 -
System Red Green Blue C M Y K H S L
Decimal 132 101 191 0.31 0.47 0 0.25 260.67 0.41 0.57
Hex 84 65 BF 1F 2F 0 19 105 29 39
Octal 204 145 277 37 57 0 31 405 51 71
Binary 10000100 1100101 10111111 11111 101111 0 11001 100000101 101001 111001

Color Harmonies of #8465BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8465BF

Black with #8465BF

Text Example


Text Example

White with #8465BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8465BF; }

 p { color: rgb(132,101,191); }

 H1.HeaderClassName
 {
   color: #8465BF;
 }
 .AnyTagClassName
 {
   color: #8465BF;
 }
</style>

background-color css

<style>
 a { background-color: #8465BF; }

 a { background-color: rgb(132,101,191); }

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

border-color css

<style>
 span { border-color: #8465BF; }

 span { border-color: rgb(132,101,191); }

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