Html Css Color HEX #858FE6 Portage

📋 copy color: '#858FE6'

red 133 ◦ green 143 ◦ blue 230

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

Shades of Portage #858FE6

Tints of Portage #858FE6

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.26%

 BLUE value IS 230 (90.23% from 255) = 45.45%

R = 26.28%
G = 28.26%
B = 45.45%

CMYK

 C value IS 0.42

 M value IS 0.38

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#858FE6 (or 0x858FE6) is known color: Portage. HEX triplet: 85, 8F and E6. RGB value is (133,143,230). Sum of RGB (Red+Green+Blue) = 133+143+230=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 230 - color contains mainly: blue. Hex color #858FE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858FE6 is #7A7019. Grayscale: #959595. Windows color (decimal): -8024090 or 15110021. OLE color: 15110021.

HSL color Cylindrical-coordinate representation of color #858FE6: hue angle of 233.81º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #858FE6 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 133 143 230 -
CMYK 0.42 0.38 0 0.10
HSL 233.81º 0.66% 0.71% -
HSV(B) 233.81º 0.42% 0.9% -
XYZ 33.78 30.34 78.94 -
YUV 149.93 173.19 115.93 -
System Red Green Blue C M Y K H S L
Decimal 133 143 230 0.42 0.38 0 0.10 233.81 0.66 0.71
Hex 85 8F E6 2A 26 0 A EA 42 47
Octal 205 217 346 52 46 0 12 352 102 107
Binary 10000101 10001111 11100110 101010 100110 0 1010 11101010 1000010 1000111

Color Harmonies of #858FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858FE6

Black with #858FE6

Text Example


Text Example

White with #858FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858FE6; }

 p { color: rgb(133,143,230); }

 H1.HeaderClassName
 {
   color: #858FE6;
 }
 .AnyTagClassName
 {
   color: #858FE6;
 }
</style>

background-color css

<style>
 a { background-color: #858FE6; }

 a { background-color: rgb(133,143,230); }

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

border-color css

<style>
 span { border-color: #858FE6; }

 span { border-color: rgb(133,143,230); }

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