Html Css Color HEX #947DBF True V

📋 copy color: '#947DBF'

red 148 ◦ green 125 ◦ blue 191

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

Shades of True V #947DBF

Tints of True V #947DBF

RGB

 RED value IS 148 (58.2% from 255) = 31.9%

 GREEN value IS 125 (49.22% from 255) = 26.94%

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

R = 31.9%
G = 26.94%
B = 41.16%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#947DBF (or 0x947DBF) is known color: True V. HEX triplet: 94, 7D and BF. RGB value is (148,125,191). Sum of RGB (Red+Green+Blue) = 148+125+191=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 191 - color contains mainly: blue. Hex color #947DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947DBF is #6B8240. Grayscale: #8B8B8B. Windows color (decimal): -7045697 or 12549524. OLE color: 12549524.

HSL color Cylindrical-coordinate representation of color #947DBF: hue angle of 260.91º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #947DBF is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 125 191 -
CMYK 0.23 0.35 0 0.25
HSL 260.91º 0.34% 0.62% -
HSV(B) 260.91º 0.35% 0.75% -
XYZ 28.95 24.72 52.54 -
YUV 139.4 157.12 134.13 -
System Red Green Blue C M Y K H S L
Decimal 148 125 191 0.23 0.35 0 0.25 260.91 0.34 0.62
Hex 94 7D BF 17 23 0 19 105 22 3E
Octal 224 175 277 27 43 0 31 405 42 76
Binary 10010100 1111101 10111111 10111 100011 0 11001 100000101 100010 111110

Color Harmonies of #947DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947DBF

Black with #947DBF

Text Example


Text Example

White with #947DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947DBF; }

 p { color: rgb(148,125,191); }

 H1.HeaderClassName
 {
   color: #947DBF;
 }
 .AnyTagClassName
 {
   color: #947DBF;
 }
</style>

background-color css

<style>
 a { background-color: #947DBF; }

 a { background-color: rgb(148,125,191); }

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

border-color css

<style>
 span { border-color: #947DBF; }

 span { border-color: rgb(148,125,191); }

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