Html Css Color HEX #8594FA Portage

📋 copy color: '#8594FA'

red 133 ◦ green 148 ◦ blue 250

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

Shades of Portage #8594FA

Tints of Portage #8594FA

RGB

 RED value IS 133 (52.34% from 255) = 25.05%

 GREEN value IS 148 (58.2% from 255) = 27.87%

 BLUE value IS 250 (98.05% from 255) = 47.08%

R = 25.05%
G = 27.87%
B = 47.08%

CMYK

 C value IS 0.47

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8594FA (or 0x8594FA) is known color: Portage. HEX triplet: 85, 94 and FA. RGB value is (133,148,250). Sum of RGB (Red+Green+Blue) = 133+148+250=531 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.05% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #8594FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8594FA is #7A6B05. Grayscale: #9A9A9A. Windows color (decimal): -8022790 or 16422021. OLE color: 16422021.

HSL color Cylindrical-coordinate representation of color #8594FA: hue angle of 232.31º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8594FA is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 148 250 -
CMYK 0.47 0.41 0 0.02
HSL 232.31º 0.92% 0.75% -
HSV(B) 232.31º 0.47% 0.98% -
XYZ 37.52 33.07 94.85 -
YUV 155.14 181.53 112.21 -
System Red Green Blue C M Y K H S L
Decimal 133 148 250 0.47 0.41 0 0.02 232.31 0.92 0.75
Hex 85 94 FA 2F 29 0 2 E8 5C 4B
Octal 205 224 372 57 51 0 2 350 134 113
Binary 10000101 10010100 11111010 101111 101001 0 10 11101000 1011100 1001011

Color Harmonies of #8594FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8594FA

Black with #8594FA

Text Example


Text Example

White with #8594FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8594FA; }

 p { color: rgb(133,148,250); }

 H1.HeaderClassName
 {
   color: #8594FA;
 }
 .AnyTagClassName
 {
   color: #8594FA;
 }
</style>

background-color css

<style>
 a { background-color: #8594FA; }

 a { background-color: rgb(133,148,250); }

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

border-color css

<style>
 span { border-color: #8594FA; }

 span { border-color: rgb(133,148,250); }

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